Debugging firefox 1.0.4 on Linux: SIGKILL trouble

Alexandr Chujko <[email protected]> Thu, 21 Jul 2005 00:37:27 +0300
Newsgroups gmane.comp.mozilla.devel.unix
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Hi there!
I am trying to run firefox under gdb but windows is showing for a few 
seconds and crushed then.

Here is gdb processing:
-------------------------------------------------------------------------
gdb /usr/local/lib/firefox-1.0.4/firefox-bin -fullname -nx -quiet
(gdb) set edit off
(gdb) set confirm off
(no debugging symbols found)...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb)
(gdb)
(gdb) set print static-members on
(gdb) tty /dev/pts/2
(gdb) set width 0
(gdb) set height 0
(gdb) set stop-on 1
(gdb) handle SIG32 pass nostop noprint
(gdb) handle SIG43 pass nostop noprint
(gdb) set print asm-demangle on
(gdb) cd /usr/local/lib/firefox-1.0.4/
(gdb) run
(no debugging symbols found)...
(no debugging symbols found)...
	[skipped]
(no debugging symbols found)...
Stopped due to shared library event
(gdb) continue
Stopped due to shared library event
(gdb) continue
	[skipped]
Stopped due to shared library event
(gdb) continue

Program terminated with signal SIGKILL, Killed.
The program no longer exists.
-------------------------------------------------------------------------

Here is firefox configuring info:
-------------------------------------------------------------------------
export MOZILLA_OFFICIAL="1" &&
export BUILD_OFFICIAL="1" &&
export MOZ_PHOENIX="1" &&
./configure \
             --with-system-zlib \
             --with-system-png \
             --enable-application=browser \
             --enable-default-toolkit=gtk2 \
             --enable-extensions=all \
             --enable-crypto \
             --enable-xft \
             --enable-xinerama \
             --enable-ui-locale=en-US \
             --enable-reorder \
             --enable-strip \
             --enable-cpp-rtti \
             --enable-single-profile \
             --enable-freetype2 \
             --enable-debug \
             --enable-logging \
             --disable-optimize \
             --disable-accessibility \
             --disable-tests \
             --disable-pedantic \
             --disable-installer \
             --disable-mailnews \
             --disable-ldap \
             --disable-composer \
             --disable-profilesharing
-------------------------------------------------------------------------

Thx for any help before-hand.
Best regards!