Closed
Bug 294645
Opened 20 years ago
Closed 15 years ago
crash after cancelling profile selection dialog when building with Calendar
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ajschult784, Unassigned)
Details
(Keywords: crash, regression)
Attachments
(1 file)
|
3.11 KB,
text/plain
|
Details |
With current trunk CVS, I crash cancelling out of the profile selection dialog. I don't crash with the 2005051702 nightly. % mozilla -SelectProfile [hit "Exit"] ==> crash I'll try backing things out later to see where this came from.
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
-> DOM.
Assignee: general → general
Component: JavaScript Engine → DOM
QA Contact: general → ian
| Reporter | ||
Comment 3•20 years ago
|
||
this only seems to happen with calendar enabled
Comment 4•20 years ago
|
||
DumpJSStack gives:
0 [native frame]
1 anonymous(compMgr = [xpconnect wrapped nsIComponentManager @ 0x82cc028], cid =
{f42585e7-e736-4600-985d-9624c1c51992}, iid =
{00000001-0000-0000-c000-000000000046})
["file:///home/michiel/mozhack/tree1/obj/dist/bin/components/calItemModule.js":225]
i = 1
this = [object Object]
2 [native frame]
3 anonymous()
["file:///home/michiel/mozhack/tree1/obj/dist/bin/components/calAlarmService.js":263]
notifier = [xpconnect wrapped nsIObserver @ 0x8231700]
calendarManager = undefined
timer = undefined
calendars = undefined
calendar = undefined
this = [object Object]
4 anonymous(subject = [xpconnect wrapped nsIComponentManager @ 0x82cc028], topic
= "xpcom-shutdown", data = null)
["file:///home/michiel/mozhack/tree1/obj/dist/bin/components/calAlarmService.js":172]
this = [object Object]
5 [native frame]
Which makes me think the calendar alarm service is started too early. It
shouldn't start before there is a profile.| Reporter | ||
Comment 6•17 years ago
|
||
calendar doesn't build with suite at this point AFAIK without patches... I'd guess this would have happened with just calendar (Sunbird) as well. If not then this can be resolved.
Comment 7•15 years ago
|
||
Calendar is dead, -SelectProfile doesn't exist anymore, and nothing is crashing here for trunk SM with Lightning. Andrew, can we close this for good?
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Summary: crash after cancelling profile selection dialog → crash after cancelling profile selection dialog when building with Calendar
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•