angelmic / welly

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

Crash in URL mode #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enter URL Mode
2. Switch to other applications, wait a long time
3. Switch back to welly, boom!

I think this may due to the anti-idle operation. We have entered URL mode
in some post with urls, but after anti-idle, maybe the term context switch
to some post without urls in it. However, the status is still in URL mode,
so this lead to some inconsistence. I guess we should add some more check
in URL mode.

Crash Log:
Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   org.net9.Welly                  0x0002d9f0 -[WLURLManager moveNext] + 47
1   org.net9.Welly                  0x0000350a -[YLView keyDown:] + 310
2   com.apple.AppKit                0x94438194 -[NSWindow sendEvent:] + 5757
3   com.apple.AppKit                0x94350ceb -[NSApplication sendEvent:] +
6431
4   org.net9.Welly                  0x0000ea90 -[YLApplication sendEvent:] + 483
5   com.apple.AppKit                0x942e46fb -[NSApplication run] + 917
6   com.apple.AppKit                0x942dc735 NSApplicationMain + 574
7   org.net9.Welly                  0x000029bd start + 53

Original issue reported on code.google.com by talent...@gmail.com on 22 Sep 2009 at 12:28

GoogleCodeExporter commented 8 years ago
I think we should exit URL mode when sending anti-idle message

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

GoogleCodeExporter commented 8 years ago
fixed in revision 734

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