Menu

#1 SIGSEGV near plugin.c:282 (CVS)

closed-fixed
nobody
None
5
2002-10-07
2002-10-07
Ross Golder
No

Using Debian SID, fresh CVS checkout (./autogen.sh
--prefix=/usr; make; make install):

rossg@localhost:~/workshop/gcm-2$ gdb /usr/bin/gcm
GNU gdb 2002-08-18-cvs
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public
License, and you are
welcome to change it and/or distribute copies of it
under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show
warranty" for details.
This GDB was configured as "i386-linux"...
(gdb) run
Starting program: /usr/bin/gcm
[New Thread 1024 (LWP 6318)]

(gnome-clipboard-manager:6318): Gtk-WARNING **: Locale
not supported by C library.
Using the fallback 'C' locale.

(gcm:6318): Gtk-CRITICAL **: file gtkbox.c: line 359
(gtk_box_pack_start): assertion `GTK_IS_WIDGET (child)'
failed
GCM PLUGIN LOADER: Scanning /usr/lib/gcm/Plugins//.
GCM PLUGIN LOADER: Scanning /usr/lib/gcm/Plugins//..
GCM PLUGIN LOADER: Scanning
/usr/lib/gcm/Plugins//libsampleplugin.so
GCM PLUGIN LOADER: Added plugin Hello World sample plugin
Hello World

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 6318)]
0x00000000 in ?? ()
(gdb) bt
#0 0x00000000 in ?? ()
#1 0x08063483 in plugins_on_plugin_added
(mainwin=0x80d0a00, pe=0x40ac35c0)
at plugin.c:282
#2 0x08052afa in app_add_plugin (mwin=0x80d0a00,
pe=0x40ac35c0)
at mainwin.c:1188
#3 0x08063092 in add_plugin (
filename=0x815a500
"/usr/lib/gcm/Plugins//libsampleplugin.so")
at plugin.c:171
#4 0x080631b4 in scan_plugins (dirname=0x806cd2e
"/usr/lib/gcm/Plugins/")
at plugin.c:208
#5 0x08062f39 in init_plugins (mwinp=0x80d0a00) at
plugin.c:89
#6 0x08051ebd in mainwin_new (windowparent=0x0) at
mainwin.c:927
#7 0x0804e396 in main (argc=1, argv=0xbffffaf4) at
main.c:39
(gdb)

Discussion

  • Ross Golder

    Ross Golder - 2002-10-07

    Logged In: YES
    user_id=20872

    Updated from CVS. Seems to have disappeared.

     
  • Ross Golder

    Ross Golder - 2002-10-07
    • status: open --> closed-fixed
     

Log in to post a comment.