Closed
Bug 319459
Opened 20 years ago
Closed 20 years ago
stack underflow in javascript
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 318922
People
(Reporter: mozilla, Unassigned)
Details
Seamonkey trunk from 2005-12-06:20 CET
JavaScript Console:
Warning: internal error compiling file:///.../SeaMonkey.app/Contents/MacOS/components/calDavCalendar.js:
stack underflow at pc 318
.mozconfig:
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../suite-cal
ac_add_options --enable-application=suite
ac_add_options --enable-calendar
ac_add_options --enable-optimize
ac_add_options --enable-static
ac_add_options --enable-crypto
ac_add_options --enable-storage
ac_add_options --disable-debug
ac_add_options --disable-shared
ac_add_options --disable-tests
debugging with timeless:
[23:15:27@src]$ echo */js
Darwin_DBG.OBJ/js
[23:18:43@src]$ cd Darwin_DBG.OBJ
[23:19:03@Darwin_DBG.OBJ]$ ./js
js> version()
0
js> build()
built on Dec 6 2005 at 23:15:26
js> load('/Volumes/nyeProgrammer/Mozilla/mozilla/calendar/providers/caldav/calDavCalendar.js')
Assertion failure: 0, at jsemit.c:4882
Abort trap
(gdb) run
Starting program: /Volumes/nyeProgrammer/Mozilla/mozilla/js/src/Darwin_DBG.OBJ/js
Reading symbols for shared libraries . done
js> load('/Volumes/nyeProgrammer/Mozilla/mozilla/calendar/providers/caldav/calDavCalendar.js')
Assertion failure: 0, at jsemit.c:4882
Program received signal SIGABRT, Aborted.
0x9004a12c in kill ()
(gdb) bt
#0 0x9004a12c in kill ()
#1 0x90120954 in abort ()
#2 0x00008960 in JS_Assert (s=0xfe380 "0", file=0x100db8 "jsemit.c", ln=4882) at jsutil.c:62
#3 0x00056ed0 in js_EmitTree (cx=0x500170, cg=0x1836c70, pn=0x18288b8) at jsemit.c:4882
#4 0x00056780 in js_EmitTree (cx=0x500170, cg=0x1836c70, pn=0x18287f0) at jsemit.c:4765
(gdb) frame 3
#3 0x00056ed0 in js_EmitTree (cx=0x500170, cg=0x1836c70, pn=0x18288b8) at jsemit.c:4882
4882 JS_ASSERT(0);
(gdb) p pn->pn_type
$1 = 67
(gdb)
bug 318922 is not in play, as the src/js has been updated
Updated•20 years ago
|
Assignee: general → general
Component: General → JavaScript Engine
Product: Mozilla Application Suite → Core
QA Contact: general → general
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 318922 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•