This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6331 - Crash when closing Link window before Open.
Summary: Crash when closing Link window before Open.
Status: CLOSED FIXED
Alias: None
Product: Amaya
Classification: Unclassified
Component: Editing (show other bugs)
Version: 11.0
Hardware: Macintosh MacOS X
: P2 normal
Target Milestone: ---
Assignee: Vatton
QA Contact: Vatton
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-22 15:45 UTC by Pascal Pignard
Modified: 2009-05-24 10:08 UTC (History)
5 users (show)

See Also:


Attachments

Description Pascal Pignard 2008-12-22 15:45:41 UTC
Hello.
Amaya 11 crashes on Mac OS 10.4 when you proceed as the following:
- open Create link dialogue window
- clic on Open file dialogue window ('parcourir')
- back to create link window clic on cancel
- in open file window clic on cancel
then Amaya crashes with the reports:
Version: 11.0. (11.0.)

PID:    276
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000000

Thread 0 Crashed:
0   <<00000000>> 	0x00000000 0 + 0
1   fr.inria.amaya                 	0x003210c4 wxTopLevelWindowBase::~wxTopLevelWindowBase [unified]() + 268
2   fr.inria.amaya                 	0x0031f2e4 wxTopLevelWindowMac::~wxTopLevelWindowMac [unified]() + 280
3   fr.inria.amaya                 	0x00326de0 wxDialog::~wxDialog [unified]() + 132
4   fr.inria.amaya                 	0x006f4980 wxFileDialog::~wxFileDialog [in-charge deleting]() + 544
5   fr.inria.amaya                 	0x003887b8 wxAppBase::DeletePendingObjects() + 120
6   fr.inria.amaya                 	0x00379c20 wxApp::MacDoOneEvent() + 196
7   fr.inria.amaya                 	0x004ce1d4 wxEventLoop::Dispatch() + 52
8   fr.inria.amaya                 	0x004c95d0 wxEventLoopManual::Run() + 252
9   fr.inria.amaya                 	0x00388488 wxAppBase::MainLoop() + 128
10  fr.inria.amaya                 	0x00374010 wxEntry(int&, wchar_t**) + 124
11  fr.inria.amaya                 	0x001425b0 main + 24
12  fr.inria.amaya                 	0x00002598 _start + 392 (crt.c:267)
13  dyld                           	0x8fe01048 _dyld_start + 60

Hope this help, Pascal.
Comment 1 Vatton 2008-12-30 16:15:25 UTC
Problem fixed in the CVS version
Comment 2 Pascal Pignard 2009-02-01 09:18:30 UTC
Hi, proper fix working in Amaya 11.1 Mac PPC. Thanks Pascal.