Closed
Bug 12644
Opened 26 years ago
Closed 26 years ago
[PP]ExtractCoreFile() stomps memory resulting in crash on shutdown
Categories
(SeaMonkey :: Installer, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: samir_bugzilla, Assigned: samir_bugzilla)
Details
It appears that calling DisposeWindow() on the Mac Install Wizard's only window
at Shutdown causes a crash. The state of the window appears to be valid: we have
gotten the window through the global pointer we store as well as through finding
the front window, verifying the refcon matches our kMIWMagic number and trying
to call DisposeWindow() on the window obtained from FrontWindow(). Both methods
appear to result in the same window being pointed to. However, calling
DisposeWindow() in either scenario results in a crash.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P1
Target Milestone: M10
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 1•26 years ago
|
||
Was not releasing a StringPtr in the core file extraction routines. This appears
to have impacted the system and thus the crash. We are no longer crashing
and in fact shutting down gracefully.
| Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Summary: DisposeWindow() causes crash → ExtractCoreFile() stomps memory resulting in crash on shutdown
Target Milestone: M10 → M11
| Assignee | ||
Comment 2•26 years ago
|
||
The problem is that we seem to be stomping memory or the system when we extract
the core files. The problem has resurfaced. When we call Shutdown() any call to
the current window ptr (like HideWindow()/DisposeWindow()) causes a crash.
Resolution: FIXED → ---
Summary: ExtractCoreFile() stomps memory resulting in crash on shutdown → [PP]ExtractCoreFile() stomps memory resulting in crash on shutdown
| Assignee | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•26 years ago
|
||
Fixed. Build delivered to QA at http://dolfin/nsinstall/mac/nsinstall.sea.bin.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
sep13 MacInstallWizard (MIW)not crashing
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•