Gtkpod Parsing Error Upon Startup

  • Thread starter Thread starter G-Known
  • Start date Start date
G

G-Known

Back then, gtkpod is able to run as a normal user and now, it would crash with the following messages
Code:
(gtkpod:7305): Gtk-WARNING **: Theme parsing error: <data>:2:10: Not using units is deprecated. Assuming 'px'.
Segmentation fault
I'd assume it has something to do with the gtk theme. I changed the windows theme and contrast but to no effect. I'm able run the software properly with root permission, I check with gdb:

Code:
gdb gtkpod core
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/gtkpod...(no debugging symbols found)...done.
[New LWP 7269]
[New LWP 7276]
[New LWP 7278]
[New LWP 7279]
[New LWP 7280]
[New LWP 7277]

warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `gtkpod'.
Program terminated with signal 11, Segmentation fault.
#0 0x00007ff578f29a5c in WTF::fastFree(void*) ()
from /usr/lib/libjavascriptcoregtk-3.0.so.0

(gdb) backtrace

#0 0x00007ff578f29a5c in WTF::fastFree(void*) ()
from /usr/lib/libjavascriptcoregtk-3.0.so.0
#1 0x00007ff52f7e5101 in GenericTableContent::~GenericTableContent() ()
from /usr/lib/scim-1.0/1.4.0/IMEngine/table.so
#2 0x00007ff52f7d9d22 in TableFactory::~TableFactory() ()
from /usr/lib/scim-1.0/1.4.0/IMEngine/table.so
#3 0x00007ff52f7d9e29 in TableFactory::~TableFactory() ()
from /usr/lib/scim-1.0/1.4.0/IMEngine/table.so
#4 0x00007ff530bc4e41 in scim::ReferencedObject::unref() ()
from /usr/lib/x86_64-linux-gnu/libscim-1.0.so.8
#5 0x00007ff530b8e03e in scim::Pointer<scim::IMEngineFactoryBase>::set(scim::IMEngineFactoryBase*) () from /usr/lib/x86_64-linux-gnu/libscim-1.0.so.8
#6 0x00007ff530b8d54d in scim::Pointer<scim::IMEngineFactoryBase>::reset(scim::IMEngineFactoryBase*) () from /usr/lib/x86_64-linux-gnu/libscim-1.0.so.8
#7 0x00007ff530b88c26 in scim::CommonBackEnd::CommonBackEnd(scim::Pointer<scim::ConfigBase> const&, std::vector<std::string, std::allocator<std::string> > const&) () from /usr/lib/x86_64-linux-gnu/libscim-1.0.so.8
#8 0x00007ff530e9573f in ?? ()
from /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-scim.so
#9 0x00007ff530e8d0d2 in ?? ()
from /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-scim.so
#10 0x00007ff597afea76 in g_type_class_ref ()
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
---Type <return> to continue, or q <return> to quit---
#11 0x00007ff597ae7381 in g_object_newv ()
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#12 0x00007ff597ae791c in g_object_new ()
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#13 0x00007ff530e8cc41 in gtk_im_context_scim_new() ()
from /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-scim.so
#14 0x00007ff530ea12ff in im_module_create ()
from /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-scim.so
#15 0x00007ff598965956 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#16 0x00007ff598966219 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#17 0x00007ff5989666e1 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#18 0x00007ff598963442 in gtk_im_context_get_preedit_string ()
from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#19 0x00007ff598913075 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#20 0x00007ff5989157ea in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#21 0x00007ff598916b23 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#22 0x00007ff598596980 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#23 0x00007ff597821355 in g_main_context_dispatch ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x00007ff597821688 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#25 0x00007ff597821a82 in g_main_loop_run ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#26 0x00007ff59897b3d5 in gtk_main ()
---Type <return> to continue, or q <return> to quit---
from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#27 0x00000000004086d7 in main ()

(gdb) up

#1 0x00007ff52f7e5101 in GenericTableContent::~GenericTableContent() ()
from /usr/lib/scim-1.0/1.4.0/IMEngine/table.so
The problem here is, there's no debugging symbol found which is critical in this debugging process but it's confusing because someone illustrates that you'll need to have a C file which I dont have. I'm lost at what to do next.

Continue reading...
 
Back
Top