Closed
Bug 84773
Opened 23 years ago
Closed 23 years ago
PAC: Segmentation fault on startup
Categories
(Core :: Networking, defect, P1)
Tracking
()
VERIFIED
FIXED
People
(Reporter: tsr, Assigned: jpm)
References
Details
(Keywords: crash)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
Starting the beast (binary install ../mozilla-i686-pc-linux-gnu-0.9.1.tar.gz)
yields:
[tsr@cave: ~/mozilla-0.9.1]$ ./mozilla -g -d gdb
./run-mozilla.sh -g -d gdb ./mozilla-bin
MOZILLA_FIVE_HOME=/home/tsr/mozilla-0.9.1
LD_LIBRARY_PATH=/home/tsr/mozilla-0.9.1:/home/tsr/mozilla-0.9.1/plugins
LIBRARY_PATH=/home/tsr/mozilla-0.9.1:/home/tsr/mozilla-0.9.1/components
SHLIB_PATH=/home/tsr/mozilla-0.9.1
LIBPATH=/home/tsr/mozilla-0.9.1
ADDON_PATH=/home/tsr/mozilla-0.9.1
MOZ_PROGRAM=./mozilla-bin
MOZ_TOOLKIT=
moz_debug=1
moz_debugger=gdb
/usr/bin/gdb ./mozilla-bin -x /tmp/mozargs1115
GNU gdb 19990928
Copyright 1998 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 "i686-pc-linux-gnu"...(no debugging symbols found)...
(gdb) run
Starting program: /home/tsr/mozilla-0.9.1/./mozilla-bin
(no debugging symbols found)...(no debugging symbols found)...[New Thread 1124
(manager thread)]
[New Thread 1122 (initial thread)]
[New Thread 1125]
[New Thread 1126]
(no debugging symbols found)...
Registering plugin 0 for: "*","All types",".*"
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...
PAC:Loading PAC from http://10.17.26.2/proxy.pac
(no debugging symbols found)...[New Thread 1129]
[New Thread 1130]
(no debugging symbols found)...(no debugging symbols found)...[New Thread 1131]
[New Thread 1132]
[New Thread 1133]
[New Thread 1134]
Program received signal SIGSEGV, Segmentation fault.
0x40ddd6c8 in ?? ()
(gdb) where
#0 0x40ddd6c8 in ?? ()
#1 0x400cc974 in nsProxyObjectManager::GetProxyForObject () from
/home/tsr/mozilla-0.9.1/libxpcom.so
#2 0x407b9784 in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libnecko.so
#3 0x4100ac71 in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libgkcontent.so
#4 0x40edeb43 in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libgkcontent.so
#5 0x40edf868 in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libgkcontent.so
#6 0x40ee14cd in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libgkcontent.so
#7 0x40ee12e6 in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libgkcontent.so
#8 0x40ee0f15 in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libgkcontent.so
#9 0x40ee096a in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libgkcontent.so
#10 0x40edddb4 in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libgkcontent.so
#11 0x40eddf6e in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libgkcontent.so
#12 0x40edd60f in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libgkcontent.so
#13 0x407b9b00 in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libnecko.so
#14 0x407e4133 in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libnecko.so
#15 0x407ee2a8 in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libnecko.so
#16 0x407ae758 in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libnecko.so
#17 0x400c64f7 in PL_HandleEvent () from /home/tsr/mozilla-0.9.1/libxpcom.so
#18 0x400c6413 in PL_ProcessPendingEvents () from
/home/tsr/mozilla-0.9.1/libxpcom.so
#19 0x400c73a8 in nsEventQueueImpl::ProcessPendingEvents () from
/home/tsr/mozilla-0.9.1/libxpcom.so
#20 0x406a2b23 in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libwidget_gtk.so
#21 0x406a289d in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libwidget_gtk.so
#22 0x4035bc40 in g_io_add_watch () from /usr/lib/libglib-1.2.so.0
#23 0x4035d309 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#24 0x4035d913 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#25 0x4035daac in g_main_run () from /usr/lib/libglib-1.2.so.0
#26 0x40271c57 in gtk_main () from /usr/lib/libgtk-1.2.so.0
#27 0x406a301c in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libwidget_gtk.so
#28 0x406863ca in NSGetModule () from
/home/tsr/mozilla-0.9.1/components/libnsappshell.so
#29 0x804ebc4 in NS_CreateNativeAppSupport ()
#30 0x804f415 in main ()
#31 0x40453a42 in __libc_start_main () from /lib/libc.so.6
(gdb)
(I snipped away some of the "no debug symbol found" errors).
I recently compiled 0.9.0 on my system (debian 2.2r3 w/
ximian gnome stuff) and received the same result.
looks like it has something to do with reading the proxy config from a server.
But somehow I don't find a corresponding component :-/
networking
Assignee: asa → neeti
Component: Browser-General → Networking
QA Contact: doronr → benc
Comment 3•23 years ago
|
||
Marking NEW.
I'm going to assume that turning this off makes it go away?
Please capture the PAC file. You can use TELNET if you don't have anything
fancy.
http://frame.packetgram.com/pktg/docs/net/telnetport.html#http
Priority: -- → P1
Summary: Segmentation fault on startup → PAC: Segmentation fault on startup
Reporter | ||
Comment 6•23 years ago
|
||
Seems to be fixed with CVS version dated 0.0.20010612.07
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Tobais: thanks for the update. Somehow, I missed this in my bugmail.
If you stil use the .pac file, we would like to add it to our collection (you
can put it in an attachment...)
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 8•22 years ago
|
||
Here comes the PAC file for your collection. Thanks for the support!
You need to log in
before you can comment on or make changes to this bug.
Description
•