Package: mozilla-browser
Version: 2:1.7.12-1
Severity: important

Starting from command line (to be able to see the segfault), using a
slightly modified mozilla-suite shell script:

# ./mozilla-suite
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 28653)]
0x40ffe7cf in NSGetModule () from /usr/lib/mozilla/components/libgklayout.so
(gdb) bt
#0  0x40ffe7cf in NSGetModule ()
   from /usr/lib/mozilla/components/libgklayout.so
#1  0x40fff627 in NSGetModule ()
   from /usr/lib/mozilla/components/libgklayout.so
#2  0x41462691 in ?? () from /usr/lib/mozilla/components/libhtmlpars.so
#3  0x0898c920 in ?? ()
#4  0x0891e054 in ?? ()
#5  0x0890aac0 in ?? ()
#6  0x00000005 in ?? ()
#7  0xffffffff in ?? ()
#8  0x00000028 in ?? ()
#9  0x00000000 in ?? ()

This is the diff:

------------------------------------------------------------------------
--- /usr/bin/mozilla-suite      2005-10-07 13:25:22.000000000 +0200
+++ ./mozilla-suite     2006-01-05 16:33:40.000000000 +0100
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -x
 #
 # The contents of this file are subject to the Netscape Public
 # License Version 1.1 (the "License"); you may not use this file
@@ -361,6 +361,7 @@ unset RETURN_VAL
 # If there's a command line argument but it doesn't begin with a -
 # it's probably a url.  Try to send it to a running instance.

+DEBUG=0
 USE_EXIST=0
 opt="$1"
 case "$opt" in
@@ -370,6 +371,9 @@ case "$opt" in
   -compose)
       open_compose ${1+"$@"}
       ;;
+  -debug)
+      DEBUG=1
+      ;;
   -*) ;;
   *) USE_EXIST=1 ;;
 esac
@@ -394,4 +398,8 @@ fi

 clean_xul

+if [ $DEBUG -eq 1 ]; then
+  gdb $MOZ_PROGRAM
+else
 exec $MOZ_PROGRAM $LOCALE_ARGS ${1+"$@"}
+fi
------------------------------------------------------------------------

On the other hand, if I start it up with an url on the command line:

# ./mozilla-suite http://www.debian.org/

no problem.


Cheers,
Cristian

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-k7
Locale: LANG=C, LC_CTYPE= (charmap=ANSI_X3.4-1968)

Versions of packages mozilla-browser depends on:
ii  debconf                  1.4.66          Debian configuration management sy
ii  libatk1.0-0              1.10.3-1        The ATK accessibility toolkit
ii  libc6                    2.3.5-9         GNU C Library: Shared libraries an
ii  libfontconfig1           2.3.2-1.1       generic font configuration library
hi  libfreetype6             2.1.10-1        FreeType 2 font engine, shared lib
ii  libgcc1                  1:4.0.2-5       GCC support library
ii  libglib2.0-0             2.8.4-2         The GLib library of C routines
ii  libgtk2.0-0              2.8.9-2         The GTK+ graphical user interface
ii  libnspr4                 2:1.7.12-1      Netscape Portable Runtime Library
ii  libpango1.0-0            1.10.1-2        Layout and rendering of internatio
ii  libstdc++6               4.0.2-5         The GNU Standard C++ Library v3
ii  libx11-6                 4.3.0.dfsg.1-14 X Window System protocol client li
hi  libxext6                 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxft2                  2.1.7-1         FreeType-based font drawing librar
ii  libxp6                   4.3.0.dfsg.1-14 X Window System printing extension
ii  libxrender1              1:0.9.0.2-1     X Rendering Extension client libra
hi  libxt6                   4.3.0.dfsg.1-14 X Toolkit Intrinsics
ii  psmisc                   21.8-1          Utilities that use the proc filesy
hi  xlibs                    4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g                   1:1.2.3-9       compression library - runtime

Versions of packages mozilla-browser recommends:
ii  mozilla-psm                   2:1.7.12-1 The Mozilla Internet application s
ii  myspell-en-gb [myspell-dictio 1:2.0.0-1  English_british dictionary for mys
ii  myspell-en-us [myspell-dictio 1:2.0.0-1  English_american dictionary for my
ii  myspell-sv-se [myspell-dictio 1.3.8-6-1  Swedish (SE) dictionary for myspel

-- debconf information:
* mozilla/dsp: auto
  mozilla/locale_auto: true
* mozilla/xprint:
* mozilla/prefs_note:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to