Firefox 9.0.1 crash on first invocation

starr888 at comcast.net starr888 at comcast.net
Mon Dec 26 22:09:04 UTC 2011


Dear Firefox Port Maintainers:

The following occurs from the first invocation of firefox 9.0.1
 (using "-no-remote" arg because another instance of firefox 3.5.8 is running.
  Invoking without the other instance and arg gives more output,
   but the final ASSERTION and fault are the same.)

This is a consistent, reproducible crash.


%firefox -no-remote
nsStringStats
 => mAllocCount:              5
 => mReallocCount:            3
 => mFreeCount:               3  --  LEAKED 2 !!!
 => mShareCount:              1
 => mAdoptCount:              0
 => mAdoptFreeCount:          0
Xlib:  extension "RANDR" missing on display ":2.0".
WARNING: 1 sort operation has occurred for the SQL statement '0x2caf2408'.  See https://developer.mozilla.org/En/Storage/Warnings details.: file /usr/ports/www/firefox/work/mozilla-release/storage/src/mozStoragePrivateHelpers.cpp, line 144
pldhash: for the table at address 0x2d3f7b94, the given entrySize of 44 probably favors chaining over double hashing.
pldhash: for the table at address 0x2d3f7bb4, the given entrySize of 44 probably favors chaining over double hashing.
WARNING: dependent window created without a parent: file /usr/ports/www/firefox/work/mozilla-release/toolkit/components/startup/nsAppStartup.cpp, line 523
++DOCSHELL 0x2d399400 == 1
++DOMWINDOW == 1 (0x2c155948) [serial = 1] [outer = 0x0]
pldhash: for the table at address 0x2d3f64f0, the given entrySize of 48 probably favors chaining over double hashing.
++DOMWINDOW == 2 (0x2c155408) [serial = 2] [outer = 0x2c155900]
WARNING: OpenGL-accelerated layers are not supported on this system.: file /usr/ports/www/firefox/work/mozilla-release/widget/src/xpwidgets/nsBaseWidget.cpp, line 853
###!!! ASSERTION: You can't dereference a NULL nsRefPtr with operator->().: 'mRawPtr != 0', file ../../../dist/include/nsAutoPtr.h, line 1055
Segmentation fault
%



%uname -a
FreeBSD vh.hsd1.tx.comcast.net 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Tue Aug 10 12:45:39 CDT 2010     root at vh.hsd1.tx.comcast.net:/usr/obj/usr/src/sys/GENERIC_uhidd  i386

%ident /usr/ports/www/firefox/Makefile
/usr/ports/www/firefox/Makefile:
     $FreeBSD: ports/www/firefox/Makefile,v 1.259 2011/12/22 21:00:50 beat Exp $




running alone without firefox 3.5.8 instance:

%firefox
nsStringStats
 => mAllocCount:              5
 => mReallocCount:            3
 => mFreeCount:               3  --  LEAKED 2 !!!
 => mShareCount:              1
 => mAdoptCount:              0
 => mAdoptFreeCount:          0
Xlib:  extension "RANDR" missing on display ":2.0".
++DOCSHELL 0x2d4a2a00 == 1
pldhash: for the table at address 0x2d526a30, the given entrySize of 48 probably favors chaining over double hashing.
++DOMWINDOW == 1 (0x2c155b08) [serial = 1] [outer = 0x0]
++DOCSHELL 0x2d4a0200 == 2
++DOMWINDOW == 2 (0x2c154988) [serial = 2] [outer = 0x0]
++DOMWINDOW == 3 (0x2c154608) [serial = 3] [outer = 0x2c154940]
pldhash: for the table at address 0x2d525594, the given entrySize of 44 probably favors chaining over double hashing.
pldhash: for the table at address 0x2d5255b4, the given entrySize of 44 probably favors chaining over double hashing.
++DOMWINDOW == 4 (0x2c153f08) [serial = 4] [outer = 0x2c155ac0]
++DOCSHELL 0x2c7f3a00 == 3
++DOMWINDOW == 5 (0x2e24a788) [serial = 5] [outer = 0x0]
++DOCSHELL 0x2c7f3800 == 4
++DOMWINDOW == 6 (0x2e24a248) [serial = 6] [outer = 0x0]
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80040111: file /usr/ports/www/firefox/work/mozilla-release/content/base/src/nsFrameLoader.cpp, line 420
++DOCSHELL 0x2d4aca00 == 5
++DOMWINDOW == 7 (0x2e5f3e88) [serial = 7] [outer = 0x0]
++DOMWINDOW == 8 (0x2e5f2ec8) [serial = 8] [outer = 0x2e5f3e40]
JavaScript strict warning: file:///usr/local/lib/firefox/components/nsSearchService.js, line 2701: reference to undefined property json._dataType
WARNING: Subdocument container has no frame: file /usr/ports/www/firefox/work/mozilla-release/layout/base/nsDocumentViewer.cpp, line 2423
++DOMWINDOW == 9 (0x2e5eff88) [serial = 9] [outer = 0x2e24a740]
WARNING: Subdocument container has no frame: file /usr/ports/www/firefox/work/mozilla-release/layout/base/nsDocumentViewer.cpp, line 2423
++DOMWINDOW == 10 (0x2e5efdc8) [serial = 10] [outer = 0x2e24a200]
++DOMWINDOW == 11 (0x2e5efc08) [serial = 11] [outer = 0x2e5f3e40]
++DOMWINDOW == 12 (0x2e5eea88) [serial = 12] [outer = 0x2e5f3e40]
++DOCSHELL 0x2fbf2600 == 6
++DOMWINDOW == 13 (0x2e251948) [serial = 13] [outer = 0x0]
++DOMWINDOW == 14 (0x2e2515c8) [serial = 14] [outer = 0x2e251900]
pldhash: for the table at address 0x2e32eebc, the given entrySize of 136 definitely favors chaining over double hashing.
WARNING: OpenGL-accelerated layers are not supported on this system.: file /usr/ports/www/firefox/work/mozilla-release/widget/src/xpwidgets/nsBaseWidget.cpp, line 853
###!!! ASSERTION: You can't dereference a NULL nsRefPtr with operator->().: 'mRawPtr != 0', file ../../../dist/include/nsAutoPtr.h, line 1055
Segmentation fault (core dumped)
%


More information about the freebsd-gecko mailing list