Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#1302 closed defect (worksforme)

Atlas crashes on OS X when resizing too small

Reported by: Mitchell K Owned by:
Priority: Must Have Milestone: Alpha 10
Component: Atlas editor Keywords:
Cc: mk12360@… Patch:

Description

Every time when I resize the atlas window as small as it will go on OS X 10.7.3, it freezes for a second and then crashes.

Attachments (1)

crashlog.txt (45.6 KB ) - added by Mitchell K 12 years ago.
crash log

Download all attachments as: .zip

Change History (4)

by Mitchell K, 12 years ago

Attachment: crashlog.txt added

crash log

comment:1 by Philip Taylor, 12 years ago

Thread 3:
0   libsystem_c.dylib               0x00007fff9030bfa1 vswprintf + 1
1   com.wildfiregames.0ad           0x000000010f792870 swprintf_s(wchar_t*, unsigned long, wchar_t const*, ...) + 176
2   com.wildfiregames.0ad           0x000000010f78baa6 debug_OnAssertionFailure(wchar_t const*, long volatile*, wchar_t const*, int, char const*) + 150
3   com.wildfiregames.0ad           0x000000010f642473 CBrush::Slice(CPlane const&, CBrush&) const + 2035
...

That looks like the crash was triggered by #1027, which should be fixed now.

The secondary problem is that assertion failures in the engine ought to get reported by the UI thread instead of crashing. I'm not sure if that's specific to OS X, or a problem on all platforms.

comment:2 by Mitchell K, 12 years ago

Cc: mk12360@… added
Resolution: worksforme
Status: newclosed

I can confirm that it doesn't happen anymore for me, I guess because of 1027.

comment:3 by historic_bruno, 12 years ago

Milestone: BacklogAlpha 10
Note: See TracTickets for help on using tickets.