attgm / kotonoko

EB Library Interface for Mac OS X
Other
29 stars 1 forks source link

Crash during multisearch #2

Open godzillabytes opened 9 years ago

godzillabytes commented 9 years ago

Program can be crashed when using Multisearch. If needed I can send you video showing what I do.

Process: kotonoko [1055] Path: /Applications/kotonoko.app/Contents/MacOS/kotonoko Identifier: jp.afternooncafe.kotonoko Version: 2.2.0 (320) App Item ID: 593460126 App External ID: 759242835 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: kotonoko [1055] User ID: xxx

Date/Time: 2015-05-13 11:40:35.092 +0200 OS Version: Mac OS X 10.10.3 (14D136) Report Version: 11 Anonymous UUID: 4F050F12-8167-331D-A719-501ED705BF3C

Sleep/Wake UUID: B5661A23-2BF9-495A-A6EA-F0FD1AC1C899

Time Awake Since Boot: 2300 seconds Time Since Wake: 1700 seconds

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000613d8808bec0

VM Regions Near 0x613d8808bec0: MALLOC_NANO 0000608000000000-0000608000a00000 [ 10.0M] rw-/rwx SM=PRV
--> MALLOC_TINY 00007f93a3c00000-00007f93a4000000 [ 4096K] rw-/rwx SM=PRV

Application Specific Information: objc_msgSend() selector name: performSelector:withObject: Performing @selector(editEntry:) from sender NSTextField 0x608000384370

attgm commented 9 years ago

Because editEntry: accesses to only _controller, I guess the application accessed a released _controller. After I tried to multi-search several times , it was confirmed that the signal occurs. But I does not know what is the cause, yet. I will continue the check.