Closed Bug 287522 Opened 20 years ago Closed 18 years ago

segfault on startup

Categories

(Calendar :: General, defect)

x86
Linux
defect
Not set
critical

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: mozilla-bugs, Unassigned)

References

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050320 Firefox/1.0.1 (Debian package 1.0.1-3)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050320 Firefox/1.0.1 (Debian package 1.0.1-3)

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1083815168 (LWP 20782)]
0x405ae2a6 in g_option_context_add_main_entries ()
   from /usr/lib/libglib-2.0.so.0
(gdb) bt
#0  0x405ae2a6 in g_option_context_add_main_entries ()
   from /usr/lib/libglib-2.0.so.0
#1  0x405ae483 in g_option_context_parse () from /usr/lib/libglib-2.0.so.0
#2  0x4029665e in gtk_parse_args () from /usr/lib/libgtk-x11-2.0.so.0
#3  0x40296696 in gtk_init_check () from /usr/lib/libgtk-x11-2.0.so.0
#4  0x402966e6 in gtk_init () from /usr/lib/libgtk-x11-2.0.so.0
#5  0x08659925 in nsPrintSession::QueryInterface ()
#6  0x0807313b in ?? ()
#7  0x00000002 in ?? ()
#8  0xbffff830 in ?? ()
#9  0x0868e6e0 in _IO_stdin_used ()
#10 0x08063985 in ?? ()
#11 0x4090d7bc in ?? () from /lib/libgcc_s.so.1
#12 0x08844028 in ?? ()
#13 0x000f4240 in ?? ()
#14 0x00044216 in ?? ()
#15 0xbffffa53 in ?? ()
#16 0x0868e688 in _IO_stdin_used ()
#17 0x00000000 in ?? ()
#18 0xbffff848 in ?? ()
#19 0x410441d4 in __cxa_atexit () from /lib/tls/libc.so.6
#20 0x4102e904 in __libc_start_main () from /lib/tls/libc.so.6
#21 0x08073011 in ?? ()

Reproducible: Always




Build fetched from:
http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/0.2/sunbird-0.2-i686-linux-gtk2+xft.tar.gz

$ export LD_LIBRARY_PATH=`pwd`
$ ldd sunbird-bin 
                libmozjs.so => /tmp/sunbird/libmozjs.so (0x40001000)
        libxpcom.so => /tmp/sunbird/libxpcom.so (0x40078000)
        libxpcom_core.so => /tmp/sunbird/libxpcom_core.so (0x4007b000)
        libplds4.so => /tmp/sunbird/libplds4.so (0x40132000)
        libplc4.so => /tmp/sunbird/libplc4.so (0x40135000)
        libnspr4.so => /tmp/sunbird/libnspr4.so (0x4013a000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x41173000)
        libdl.so.2 => /lib/tls/libdl.so.2 (0x41184000)
        libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x40177000)
        libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0x40455000)
        libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x404c5000)
        libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x404e3000)
        libpangoxft-1.0.so.0 => /usr/lib/libpangoxft-1.0.so.0 (0x404f9000)
        libpangox-1.0.so.0 => /usr/lib/libpangox-1.0.so.0 (0x40501000)
        libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x4050c000)
        libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x40545000)
        libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x40579000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x4057d000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x405fd000)
        libm.so.6 => /lib/tls/libm.so.6 (0x4114f000)
        libsmime3.so => /tmp/sunbird/libsmime3.so (0x406c5000)
        libssl3.so => /tmp/sunbird/libssl3.so (0x406e6000)
        libnss3.so => /tmp/sunbird/libnss3.so (0x40706000)
        libsoftokn3.so => /tmp/sunbird/libsoftokn3.so (0x4076a000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x407d1000)
        libXp.so.6 => /usr/X11R6/lib/libXp.so.6 (0x40823000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4082b000)
        libxpcom_compat.so => /tmp/sunbird/libxpcom_compat.so (0x40839000)
        libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40853000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4090d000)
        libc.so.6 => /lib/tls/libc.so.6 (0x41019000)
        libXft.so.2 => /usr/lib/libXft.so.2 (0x4175f000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x40917000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x42487000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x41000000)
        libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x40946000)
        libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x4094a000)
        libz.so.1 => /usr/lib/libz.so.1 (0x41856000)
        libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x41734000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0x41749000)
        libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x40953000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x4097a000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40983000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x41901000)
$ uname -a
Linux scn-lan37.snowcn.snow.nl 2.6.8-2-686 #1 Mon Jan 24 03:58:38 EST 2005 i686 
GNU/Linux
try to use sunbird -calendar
Reporter:
    Was MVL's suggestion about using 'sunbird -calendar' sufficient to solve
your problem?  If it was, could you please mark this bug resolved?
No, that didn't solve it.
*** Bug 294633 has been marked as a duplicate of this bug. ***
QA Contact: gurganbl → general
I actually experienced that with the GTK2 version of sunbird. 
The GTK1 version worked just "fine".
Reassigning all automatically assigned bugs from Mostafa to nobody@m.o

Bugspam filter: TorontoMostafaMove
Assignee: mostafah → nobody
Reporter,
Can you replicate the segfault with Sunbird 0.3?
Sorry, I don't have the posibility to test.
Whiteboard: [qa discussion needed]
(In reply to comment #8)
> Sorry, I don't have the posibility to test.
> 
Since the reporter cannot test this bug, and since we have been running Debian without any incident of this in recent builds, we are going to set this to WFM.

Reporter, if you find you can still reproduce the issue, please let us know.

Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Whiteboard: [qa discussion needed]
You need to log in before you can comment on or make changes to this bug.