GNOME Bugzilla – Bug 313597
crashed when startup: un inited totem->tcw_time_label
Last modified: 2005-10-22 12:13:48 UTC
cvs head. totem->tcw_time_label has NOT been inited. tracker back: Program received signal SIGSEGV, Segmentation fault.
+ Trace 62466
Thread 1002584640 (LWP 8567)
Looks like you haven't installed it properly. That's line 3458 of totem.c: totem->tcw_time_label = glade_xml_get_widget (totem->xml, "tcw_time_display_label");
It's no my fault. totem used glade custom widget, and has NOT been compiled with '-rdynamic' flags, (main:...): libglade-WARNING **: could not find widget creation function (main:...): libglade-WARNING **: could not find widget creation function (main:...): libglade-WARNING **: could not find widget creation function (lt-totem:4575): libglade-WARNING **: could not find signal handler 'on_about1_activate'. (lt-totem:4575): libglade-WARNING **: could not find signal handler 'on_preferences1_activate'. at this time, totem crashed because of twm_statusbar, twm_time_label is NULL. then I add '-rdynamic' to Makefile (by add it into libglade-2.0.pc :)), Then I got totem runs wel.
*** This bug has been marked as a duplicate of 316596 ***