[Pidgin] #9704: Segfault on startup

Pidgin trac at pidgin.im
Fri Jul 17 22:08:24 EDT 2009


#9704: Segfault on startup
----------------------+-----------------------------------------------------
 Reporter:  jpschewe  |        Owner:              
     Type:  defect    |       Status:  new         
Milestone:            |    Component:  pidgin (gtk)
  Version:  2.5.1     |   Resolution:              
 Keywords:            |  
----------------------+-----------------------------------------------------
Description changed by jpschewe:

Old description:

> I just started up pidgin today and it seg faults. This is on opensuse
> 11.1 with the most recent updates. Stacktrace follows:
> >gdb pidgin
> GNU gdb (GDB; openSUSE 11.1) 6.8.50.20081120-cvs
> Copyright (C) 2008 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-suse-linux".
> For bug reporting instructions, please see:
> <http://bugs.opensuse.org/>...
> (no debugging symbols found)
> (gdb) run
> Starting program: /usr/bin/pidgin
> [Thread debugging using libthread_db enabled]
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x00007fffdb8e813f in ?? () from /usr/X11R6/lib64/libGL.so.1
> (gdb) bt
> #0  0x00007fffdb8e813f in ?? () from /usr/X11R6/lib64/libGL.so.1
> #1  0x00007fffdb8ee2e2 in ?? () from /usr/X11R6/lib64/libGL.so.1
> #2  0x00007fffdb8ef2e9 in ?? () from /usr/X11R6/lib64/libGL.so.1
> #3  0x00007ffff7d118d8 in call_init (l=0x7ffff854fac0, argc=1,
>     argv=0x7fffffffddb8, env=0x7fffffffddc8) at dl-init.c:70
> #4  0x00007ffff7d11a07 in _dl_init (main_map=0x7ffff844ced0, argc=1,
>     argv=0x7fffffffddb8, env=0x7fffffffddc8) at dl-init.c:134
> #5  0x00007ffff7d15bde in dl_open_worker (a=<value optimized out>)
>     at dl-open.c:516
> #6  0x00007ffff7d11566 in _dl_catch_error (objname=0x7fffffffb1c0,
>     errstring=0x7fffffffb1b8, mallocedp=0x7fffffffb1cf,
>     operate=0x7ffff7d15860 <dl_open_worker>, args=0x7fffffffb170)
>     at dl-error.c:178
> #7  0x00007ffff7d1538b in _dl_open (
>     file=0x7ffff844c8d0 "/usr/lib64/gstreamer-0.10/libgstcacasink.so",
>     mode=-2147483646, caller_dlopen=0x7ffff2faaa8b, nsid=-2, argc=1,
>     argv=0x7fffffffddb8, env=0x7fffffffddc8) at dl-open.c:596
> #8  0x00007ffff2639f9b in dlopen_doit (a=<value optimized out>) at
> dlopen.c:67
> #9  0x00007ffff7d11566 in _dl_catch_error (objname=0x7ffff8249f60,
>     errstring=0x7ffff8249f68, mallocedp=0x7ffff8249f58,
>     operate=0x7ffff2639f30 <dlopen_doit>, args=0x7fffffffb390)
>     at dl-error.c:178
> #10 0x00007ffff263a34c in _dlerror_run (operate=0x7ffff2639f30
> <dlopen_doit>,
> ---Type <return> to continue, or q <return> to quit---
>     args=0x7fffffffb390) at dlerror.c:164
> #11 0x00007ffff2639f01 in __dlopen (file=<value optimized out>,
>     mode=<value optimized out>) at dlopen.c:88
> #12 0x00007ffff2faaa8b in g_module_open () from
> /usr/lib64/libgmodule-2.0.so.0
> #13 0x00007ffff7a9c3ad in gst_plugin_load_file ()
>    from /usr/lib64/libgstreamer-0.10.so.0
> #14 0x00007ffff7aa57d4 in ?? () from /usr/lib64/libgstreamer-0.10.so.0
> #15 0x00007ffff7aa5b54 in gst_registry_scan_path ()
>    from /usr/lib64/libgstreamer-0.10.so.0
> #16 0x00007ffff7a61b94 in ?? () from /usr/lib64/libgstreamer-0.10.so.0
> #17 0x00007ffff7a61de5 in ?? () from /usr/lib64/libgstreamer-0.10.so.0
> #18 0x00007ffff7a63836 in ?? () from /usr/lib64/libgstreamer-0.10.so.0
> #19 0x00007ffff1d54d78 in g_option_context_parse ()
>    from /usr/lib64/libglib-2.0.so.0
> #20 0x00007ffff7a62fcd in gst_init_check ()
>    from /usr/lib64/libgstreamer-0.10.so.0
> #21 0x00007ffff7fca70c in ?? () from /usr/bin/pidgin
> #22 0x00007ffff7faad24 in ?? () from /usr/bin/pidgin
> #23 0x00007ffff366d272 in purple_core_init () from
> /usr/lib64/libpurple.so.0
> #24 0x00007ffff7fab4bc in main () from /usr/bin/pidgin

New description:

 I just started up pidgin today and it seg faults. This is on opensuse 11.1
 with the most recent updates. Stacktrace follows:
 {{{
 >gdb pidgin
 GNU gdb (GDB; openSUSE 11.1) 6.8.50.20081120-cvs
 Copyright (C) 2008 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-suse-linux".
 For bug reporting instructions, please see:
 <http://bugs.opensuse.org/>...
 (no debugging symbols found)
 (gdb) run
 Starting program: /usr/bin/pidgin
 [Thread debugging using libthread_db enabled]

 Program received signal SIGSEGV, Segmentation fault.
 0x00007fffdb8e813f in ?? () from /usr/X11R6/lib64/libGL.so.1
 (gdb) bt
 #0  0x00007fffdb8e813f in ?? () from /usr/X11R6/lib64/libGL.so.1
 #1  0x00007fffdb8ee2e2 in ?? () from /usr/X11R6/lib64/libGL.so.1
 #2  0x00007fffdb8ef2e9 in ?? () from /usr/X11R6/lib64/libGL.so.1
 #3  0x00007ffff7d118d8 in call_init (l=0x7ffff854fac0, argc=1,
     argv=0x7fffffffddb8, env=0x7fffffffddc8) at dl-init.c:70
 #4  0x00007ffff7d11a07 in _dl_init (main_map=0x7ffff844ced0, argc=1,
     argv=0x7fffffffddb8, env=0x7fffffffddc8) at dl-init.c:134
 #5  0x00007ffff7d15bde in dl_open_worker (a=<value optimized out>)
     at dl-open.c:516
 #6  0x00007ffff7d11566 in _dl_catch_error (objname=0x7fffffffb1c0,
     errstring=0x7fffffffb1b8, mallocedp=0x7fffffffb1cf,
     operate=0x7ffff7d15860 <dl_open_worker>, args=0x7fffffffb170)
     at dl-error.c:178
 #7  0x00007ffff7d1538b in _dl_open (
     file=0x7ffff844c8d0 "/usr/lib64/gstreamer-0.10/libgstcacasink.so",
     mode=-2147483646, caller_dlopen=0x7ffff2faaa8b, nsid=-2, argc=1,
     argv=0x7fffffffddb8, env=0x7fffffffddc8) at dl-open.c:596
 #8  0x00007ffff2639f9b in dlopen_doit (a=<value optimized out>) at
 dlopen.c:67
 #9  0x00007ffff7d11566 in _dl_catch_error (objname=0x7ffff8249f60,
     errstring=0x7ffff8249f68, mallocedp=0x7ffff8249f58,
     operate=0x7ffff2639f30 <dlopen_doit>, args=0x7fffffffb390)
     at dl-error.c:178
 #10 0x00007ffff263a34c in _dlerror_run (operate=0x7ffff2639f30
 <dlopen_doit>,
 ---Type <return> to continue, or q <return> to quit---
     args=0x7fffffffb390) at dlerror.c:164
 #11 0x00007ffff2639f01 in __dlopen (file=<value optimized out>,
     mode=<value optimized out>) at dlopen.c:88
 #12 0x00007ffff2faaa8b in g_module_open () from
 /usr/lib64/libgmodule-2.0.so.0
 #13 0x00007ffff7a9c3ad in gst_plugin_load_file ()
    from /usr/lib64/libgstreamer-0.10.so.0
 #14 0x00007ffff7aa57d4 in ?? () from /usr/lib64/libgstreamer-0.10.so.0
 #15 0x00007ffff7aa5b54 in gst_registry_scan_path ()
    from /usr/lib64/libgstreamer-0.10.so.0
 #16 0x00007ffff7a61b94 in ?? () from /usr/lib64/libgstreamer-0.10.so.0
 #17 0x00007ffff7a61de5 in ?? () from /usr/lib64/libgstreamer-0.10.so.0
 #18 0x00007ffff7a63836 in ?? () from /usr/lib64/libgstreamer-0.10.so.0
 #19 0x00007ffff1d54d78 in g_option_context_parse ()
    from /usr/lib64/libglib-2.0.so.0
 #20 0x00007ffff7a62fcd in gst_init_check ()
    from /usr/lib64/libgstreamer-0.10.so.0
 #21 0x00007ffff7fca70c in ?? () from /usr/bin/pidgin
 #22 0x00007ffff7faad24 in ?? () from /usr/bin/pidgin
 #23 0x00007ffff366d272 in purple_core_init () from
 /usr/lib64/libpurple.so.0
 #24 0x00007ffff7fab4bc in main () from /usr/bin/pidgin
 }}}

--

-- 
Ticket URL: <http://developer.pidgin.im/ticket/9704#comment:1>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list