Crash when Intuition asks to reset the Workbench Screen

AmigaOne X1000 platform specific issues.
Post Reply
my_pc_is_amiga
Posts: 73
Joined: Sat Dec 08, 2012 7:58 pm

Crash when Intuition asks to reset the Workbench Screen

Post by my_pc_is_amiga »

I have the Clock tool startup in wbstartup. After startup, I open a newshell and type Locale to change the character set and press save.

If the "Intuition is attempting to reset Workbench comes up" I close the shell window and then the crash happens. This isn't 100% consistent because I tried it several times and the requester does not always come up. When it does come up and I close the shell first then it can crash. I will send crash logs.
Attachments
ClockCrash.jpg
ClockCrash.jpg (15.11 KiB) Viewed 7191 times
my_pc_is_amiga
Posts: 73
Joined: Sat Dec 08, 2012 7:58 pm

Re: Crash when Intuition asks to reset the Workbench Screen

Post by my_pc_is_amiga »

I was using the kernal.debug:

1st time:

Stack trace:
native kernel module kernel.debug+0x00020524
native kernel module kernel.debug+0x00020598
module Clock at 0x7FA6BDD8 (section 5 @ 0x4DB4)
_start()+0x104 (section 1 @ 0x1A0)
native kernel module dos.library.kmod+0x00024f18
native kernel module kernel.debug+0x000698d0
native kernel module kernel.debug+0x00069950

PPC disassembly:
0202051c: 81230004 lwz r9,4(r3)
02020520: 6000cccc ori r0,r0,52428
*02020524: 912a0004 stw r9,4(r10)
02020528: 81630004 lwz r11,4(r3)
0202052c: 90030004 stw r0,4(r3)

2nd time:

Stack trace:
native kernel module kernel.debug+0x00020524
native kernel module kernel.debug+0x00020598
module Clock at 0x7FA2DDD8 (section 5 @ 0x4DB4)
_start()+0x104 (section 1 @ 0x1A0)
native kernel module dos.library.kmod+0x00024f18
native kernel module kernel.debug+0x000698d0
native kernel module kernel.debug+0x00069950

PPC disassembly:
0202051c: 81230004 lwz r9,4(r3)
02020520: 6000cccc ori r0,r0,52428
*02020524: 912a0004 stw r9,4(r10)
02020528: 81630004 lwz r11,4(r3)
0202052c: 90030004 stw r0,4(r3)
User avatar
tonyw
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 1479
Joined: Wed Mar 09, 2011 1:36 pm
Location: Sydney, Australia

Re: Crash when Intuition asks to reset the Workbench Screen

Post by tonyw »

Is that SYS:Utilities/Clock (the really old one) ?

Because it does not have an Iconify gadget, so it may be so old that it can't iconify cleanly. Intuition sends an "Iconify" command to each window on the screen, then an "UnIconify" command after the screen has been redrawn.
cheers
tony
my_pc_is_amiga
Posts: 73
Joined: Sat Dec 08, 2012 7:58 pm

Re: Crash when Intuition asks to reset the Workbench Screen

Post by my_pc_is_amiga »

Yes -- this is the clock version -- it has no iconify gadget.

Clock 53.1 (01/12/09)
User avatar
tonyw
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 1479
Joined: Wed Mar 09, 2011 1:36 pm
Location: Sydney, Australia

Re: Crash when Intuition asks to reset the Workbench Screen

Post by tonyw »

Yes, I can confirm your description.

I checked and there is already a bug report about the lack of Iconify gadget, but not for the crash. I have added the description of the crash and how to reproduce it.

BZ #767.
cheers
tony
my_pc_is_amiga
Posts: 73
Joined: Sat Dec 08, 2012 7:58 pm

Re: Crash when Intuition asks to reset the Workbench Screen

Post by my_pc_is_amiga »

Thanks.
Post Reply