[FIXED] popupmenu causes intuition freeze

This forum is for general developer support questions.
chris
Posts: 562
Joined: Sat Jun 18, 2011 11:05 am
Contact:

Re: popupmenu causes intuition freeze

Post by chris »

trixie wrote:Just out of curiosity - what happens if you comment out the AmigaGuideSignal() / Wait() section in amigaguide_class.c?
It still crashes. :?
User avatar
trixie
Posts: 409
Joined: Thu Jun 30, 2011 2:54 pm
Location: Czech Republic

Re: popupmenu causes intuition freeze

Post by trixie »

@chris
chris wrote:
trixie wrote:Just out of curiosity - what happens if you comment out the AmigaGuideSignal() / Wait() section in amigaguide_class.c?
It still crashes. :?
That, nevertheless, doesn't invalidate our theory. Thinking about it, it cannot be the AmigaGuideSignal() function that actually allocates the signal - it merely returns it. The signal is most likely allocated by OpenAmigaGuideAsync(). This is why commenting out the code as I told you still produces the crash. Comment out the OpenAmigaGuideAsync() line as well and see what happens (the AG file will not open but the crash should be gone).
The Rear Window blog

AmigaOne X5000 @ 2GHz / 4GB RAM / Radeon RX 560 / ESI Juli@ / AmigaOS 4.1 Final Edition
SAM440ep-flex @ 667MHz / 1GB RAM / Radeon 9250 / AmigaOS 4.1 Final Edition
chris
Posts: 562
Joined: Sat Jun 18, 2011 11:05 am
Contact:

Re: [FIXED] popupmenu causes intuition freeze

Post by chris »

I'm delighted to report that popupmenu.library 53.11 fixes this serious bug.
Post Reply