shankerwangmiao / welly

Automatically exported from code.google.com/p/welly
GNU General Public License v2.0
0 stars 0 forks source link

Crash when cancelling a download #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter URL Modem and select a url / click on a url
2. Press ESC to cancel the downloading before it finished
3. Booooom

Please use labels and text to provide additional information.
Crash log:
Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                 0x00007fff80bc2559 objc_msgSend_vtable14 + 9
1   org.net9.Welly                  0x000000010001e4cc -[WLDownloadDelegate
windowShouldClose:] + 327
2   com.apple.AppKit                0x00007fff85770b27 -[NSWindow
_document:shouldClose:contextInfo:] + 133
3   com.apple.AppKit                0x00007fff85770989 -[NSWindow _close:] + 142
4   com.apple.AppKit                0x00007fff8568923e -[NSApplication
sendAction:to:from:] + 95
5   com.apple.AppKit                0x00007fff8568919d -[NSControl
sendAction:to:] + 94
6   com.apple.AppKit                0x00007fff85767ab0 -[NSButtonCell
performClick:] + 483
7   com.apple.AppKit                0x00007fff85b055b2 -[NSWindow
doCommandBySelector:] + 114
8   com.apple.AppKit                0x00007fff85b02c6c -[NSWindow
_processKeyboardUIKey:] + 325
9   com.apple.AppKit                0x00007fff85772d43 -[NSWindow keyDown:] + 94
10  com.apple.AppKit                0x00007fff8562e6a9 -[NSWindow
sendEvent:] + 8803
11  com.apple.AppKit                0x00007fff85563122 -[NSApplication
sendEvent:] + 4717
12  org.net9.Welly                  0x000000010000df9c -[YLApplication
sendEvent:] + 459
13  com.apple.AppKit                0x00007fff854f9acc -[NSApplication run]
+ 474
14  com.apple.AppKit                0x00007fff854f2798 NSApplicationMain + 364
15  org.net9.Welly                  0x000000010000164c start + 52

Original issue reported on code.google.com by talent...@gmail.com on 25 Sep 2009 at 3:50

GoogleCodeExporter commented 9 years ago
fixed in revision 730

Original comment by talent...@gmail.com on 25 Sep 2009 at 5:46