Listing Display
Bug Id ?
258
Reporter ?
stef157
Product/Version ?
MacGDBp / 2.0
Status ?
Unconfirmed
Severity ?
Major
Duplicate Of ?
- none -
Fixed in Revision ?
Mstone ?
Summary ?
Crash
Report Time ?
March 30, 2020 06:56 PM
Assignment ?
Robert
Resolution ?
Awaiting Feedback
Priority ?
Normal
Dependencies ?
- none -
Mstone (old) ?


Votes
For: 1 (100%)
Against: 0 (0%)
Total: 1

March 30, 2020 06:56 PM stef157
The app crash when I click "RUN".

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

Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [91054]

March 30, 2020 08:07 PM Robert
Can you please attach the whole crash report file?

On April 12, 2020 05:19 PM, Robert changed:
February 1, 2023 09:53 PM Peter
Same here, macOS 13.2; using Docker with php-fpm, I've attached a crash report

February 1, 2023 11:42 PM Robert
Sorry, could you please re-upload that crash report? For some reason it uploaded as an empty file. I have tested attachments on another bug, and it worked without issue.

February 1, 2023 11:53 PM Peter
reupload

On February 1, 2023 11:53 PM, Peter changed:
On February 1, 2023 11:54 PM, Peter changed:
On February 1, 2023 11:54 PM, Peter changed:
On February 1, 2023 11:55 PM, Peter changed:
February 1, 2023 11:57 PM Peter
Last try, different browser

On February 1, 2023 11:57 PM, Peter changed:
On February 1, 2023 11:58 PM, Peter changed:
February 2, 2023 12:00 AM Peter
Doesn't work, not even in a different browser, shall I paste it here directly?

February 2, 2023 12:59 AM Robert
Sigh, I restarted the webserver to apply some updates after testing, and now I see actual errors in the log. Those are fixed.

But you can just email me the files to rsesek @ this domain.

February 3, 2023 12:49 PM Peter
Could you download the report now?

February 3, 2023 07:09 PM Robert
Yes, thank you. For some reason, Apple’s tools are unable to process the report, but I’ve extracted the stack trace:

BUG IN CLIENT OF LIBDISPATCH: dispatch_sync called on queue already owned by current thread

Dispatch queue: org.bluestatic.MacGDBp.MessageQueue.0x6000027d2680 (8)
#0 __DISPATCH_WAIT_FOR_QUEUE__
#1 _dispatch_sync_f_slow
#2 _dispatch_sync_f_slow
#3 0x102350000
#4 __RELEASE_OBJECTS_IN_THE_ARRAY__
#5 -[__NSArrayM dealloc]
#6 -[NSInvocation dealloc]
#7 objc_autoreleasePoolPop
#8 _dispatch_last_resort_autorelease_pool_pop
#9 _dispatch_lane_invoke
#10 _dispatch_workloop_worker_thread
#11 _pthread_wqthread
#12 start_wqthread

But, that is not a ton to go on.

Can you describe when/how this happens, and is this a new problem that just started occurring?

February 3, 2023 11:10 PM Peter
It always happens when I click on "Run", "Step In/Out" works fine, but "Run" instantly causes a crash

February 9, 2023 06:27 PM Robert
Unfortunately I cannot reproduce this. I’ve tried on both an x86_64 machine and an arm64 machine, with the current released build or with local development builds under ASan/TSan/NSZombieEnabled.