Assertion if no Network available

A forum for AmigaOne XE and MicroA1-C specific issues.
User avatar
Raziel
Posts: 1170
Joined: Sat Jun 18, 2011 4:00 pm
Location: a dying planet

Assertion if no Network available

Post by Raziel »

assertion "RequesterBase != NULL" failed: file "autoinit_requester_base.c", line 34

I get this everytime on startup if my router has no internet connection (and *ONLY* then).

I assume it's one of the programs that need internet access or check for it on startup.
Sadly i don't know which and even more sadly this assertion will stop the boot process with no cure other than to reboot (although it *very seldomly* boots through to Workbench leaving me with no internet access).

I found the "RequesterBase != NULL" part in Prefs/WBStartup, Prefs/Notifications, System/RinghioServer, Utilities/Installation Utility, Utilities/InstallExtras/Extras Installer and Utilities/LogViewer (at least that is what "Find" gave me)

If it is one of them that is asserting(?) than either WBStartup (started first) or RinghioServer (first program in WBStartup) or Notifications (started by RinghioServer i think)

On the other hand it could also be the network stack, but i don't know nothing about the internals of OS4.

Can i do something about it to corner this or is it already in the bugtracker or should i go away? :-)
People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
User avatar
tonyw
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 1479
Joined: Wed Mar 09, 2011 1:36 pm
Location: Sydney, Australia

Re: Assertion if no Network available

Post by tonyw »

It can't be caused by any of the Prefs/ editors, since they aren't called at boot time. Likewise the Utilities components you mentioned.

That leaves only the Ringhio server, and I can't think of any reason why that should want or need a network. Perhaps "RequesterBase" is not an accurate description?

I haven't heard of this before, so maybe it is something peculiar to your system. What are you running? Do you have the "Run >NIL:" prefix to the AddNetInterface call? If so, what happens if you force it to complete before S-S continues?
cheers
tony
User avatar
Raziel
Posts: 1170
Joined: Sat Jun 18, 2011 4:00 pm
Location: a dying planet

Re: Assertion if no Network available

Post by Raziel »

tonyw wrote:It can't be caused by any of the Prefs/ editors, since they aren't called at boot time. Likewise the Utilities components you mentioned.

That leaves only the Ringhio server, and I can't think of any reason why that should want or need a network. Perhaps "RequesterBase" is not an accurate description?

I haven't heard of this before, so maybe it is something peculiar to your system. What are you running? Do you have the "Run >NIL:" prefix to the AddNetInterface call? If so, what happens if you force it to complete before S-S continues?
I have a "fixed" XE, maybe thats the problem :-)

I am not on my miggy so i cant tell you what is loaded on boot time (WBStartup hs not been reached yet) but maybe it helps if i tell you that i had it the first time with update 2.

I have the run >NIL: before that line and if i leave it to finish before S-S continues it will simply sit there waiting for a network...forever...and will kick in as soon as one has been found...if ever.
People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
User avatar
Raziel
Posts: 1170
Joined: Sat Jun 18, 2011 4:00 pm
Location: a dying planet

Re: Assertion if no Network available

Post by Raziel »

Raziel wrote:...(WBStartup hs not been reached yet) but maybe it helps if i tell you that i had it the first time with update 2.
I should stop posting after a long day in work :-/

of course it reaches WBStartup, scrap that

What i meant to say was that i get this error message solely printed on the initial shell window (which sotherwise is never displayed before WB comes up - apart from if somehing went wrong in the boot process). That makes me wonder if the error is caused by some program from startup-sequence or user-startup (that is actually addressing a website) and that brings me to the only program i have that does this :-)

I have this line as last command in user-startup

c:date server de.pool.ntp.org save (dont quote me on the server address, im doing this from memory ;-) )

which tries to grab the time from the given time server and save it to the battery.


Could this be causing it?
I also remember that i started using this line with update 2
(which covers my comment in the last post about the first time it happened)

Could it, if it is the bad guy, be "fixed" in a way that it wont throw an assertion but rather print an error message about the network not found?

Thank you very much for your time
People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
User avatar
nbache
Beta Tester
Beta Tester
Posts: 1714
Joined: Mon Dec 20, 2010 7:25 pm
Location: Copenhagen, Denmark
Contact:

Re: Assertion if no Network available

Post by nbache »

Raziel wrote:
Raziel wrote:I have this line as last command in user-startup

c:date server de.pool.ntp.org save (dont quote me on the server address, im doing this from memory ;-) )

which tries to grab the time from the given time server and save it to the battery.

Could this be causing it?
Definitely a possibility, although I've never seen it happen myself.

But you could easily test the theory by commenting out that line in your user-startup (why user-startup, BTW, why not network-startup?).

BTW, you don't have to have the server name explicitly in the command; if you have set up your Time prefs with the server details on the remote tab page and saved them, you can just use "C:Date server prefs". Also, there is no such thing as a "save" switch on date (only on SetClock), but hopefully that's just your memory failling you at the time of posting.

Best regards,

Niels
User avatar
Raziel
Posts: 1170
Joined: Sat Jun 18, 2011 4:00 pm
Location: a dying planet

Re: Assertion if no Network available

Post by Raziel »

nbache wrote:
Raziel wrote:
Raziel wrote:I have this line as last command in user-startup

c:date server de.pool.ntp.org save (dont quote me on the server address, im doing this from memory ;-) )

which tries to grab the time from the given time server and save it to the battery.

Could this be causing it?
Definitely a possibility, although I've never seen it happen myself.

But you could easily test the theory by commenting out that line in your user-startup (why user-startup, BTW, why not network-startup?).
Hmm...network-startup?
I remember reading about such a startup file, but i thought it was a third party achievement (that would explain why i lost it with the last update)???
BTW, you don't have to have the server name explicitly in the command; if you have set up your Time prefs with the server details on the remote tab page and saved them, you can just use "C:Date server prefs". Also, there is no such thing as a "save" switch on date (only on SetClock), but hopefully that's just your memory failling you at the time of posting.

Best regards,

Niels
Yes, thats one of my memory fails, it is of cource c:date server PREFS (i will get rid of the server line of course)
and comment it out to see if it is the bad guy (when i get back to my miggy)

Thanks for the hints guys
People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
User avatar
nbache
Beta Tester
Beta Tester
Posts: 1714
Joined: Mon Dec 20, 2010 7:25 pm
Location: Copenhagen, Denmark
Contact:

Re: Assertion if no Network available

Post by nbache »

Raziel wrote:Hmm...network-startup?
I remember reading about such a startup file, but i thought it was a third party achievement (that would explain why i lost it with the last update)???
My fault, sorry.

Network-Startup is an Update 5 thing, so unless you have an X1000, you won't have seen it yet (at least not as an "official" component). But it is the same in principle as the ones we have been discussing on the web fora a couple of times: Run Execute S:Network-Startup (with the usual NIL: redirections) instead of AddNetInterface in Startup-Sequence, and then in Network-Startup start by doing AddNetInterface (without Run) and continue with other network-related stuff - like for example that Date SERVER PREFS command.

But if you have your Date command in User-Startup, I hope you didn't put Run in front of your AddNetInterface command in Startup-Sequence? Because then your network will be starting in parallel with the rest of your Startup-Sequence and User-Startup, and you will have no way of ensuring the network is actually up when User-Startup gets to the Date command - which might possibly be the situation you see.

Best regards,

Niels (who is glad Update 5 is public knowledge at least with First Contact buyers, otherwise I'd have accidentally broken my NDA ;-)).
User avatar
Raziel
Posts: 1170
Joined: Sat Jun 18, 2011 4:00 pm
Location: a dying planet

Re: Assertion if no Network available

Post by Raziel »

nbache wrote:
Raziel wrote:Hmm...network-startup?
I remember reading about such a startup file, but i thought it was a third party achievement (that would explain why i lost it with the last update)???
My fault, sorry.

Network-Startup is an Update 5 thing, so unless you have an X1000, you won't have seen it yet (at least not as an "official" component). But it is the same in principle as the ones we have been discussing on the web fora a couple of times: Run Execute S:Network-Startup (with the usual NIL: redirections) instead of AddNetInterface in Startup-Sequence, and then in Network-Startup start by doing AddNetInterface (without Run) and continue with other network-related stuff - like for example that Date SERVER PREFS command.

But if you have your Date command in User-Startup, I hope you didn't put Run in front of your AddNetInterface command in Startup-Sequence? Because then your network will be starting in parallel with the rest of your Startup-Sequence and User-Startup, and you will have no way of ensuring the network is actually up when User-Startup gets to the Date command - which might possibly be the situation you see.

Best regards,

Niels (who is glad Update 5 is public knowledge at least with First Contact buyers, otherwise I'd have accidentally broken my NDA ;-)).
Ahh, ok :-)

I still have the run in front of AddNetInterface and yes, it only happens when there is no network available...
That might be it then.

Can anyone check if "date" has a fallback if no network access is possible, please? (apart from the assertion?)
And probably file a bug item for me to add such a (non-blocking) fallback?
An error requester might be nice?

Thanks Niels for the help :-)
People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
xenic
Posts: 1185
Joined: Sun Jun 19, 2011 12:06 am

Re: Assertion if no Network available

Post by xenic »

Raziel wrote: Can anyone check if "date" has a fallback if no network access is possible, please? (apart from the assertion?)
And probably file a bug item for me to add such a (non-blocking) fallback?
An error requester might be nice?
When I run the "date SERVER..." command without the network running I get this message:
DATE: Couldn't get remote time: Host name lookup failure

However, I noticed another problem. Netshutdown doesn't work after I have run "date SERVER... " and it just times out. After the timeout I get a Grim Reaper if a program tries to access the network. I don't use the date command to set my system time in my startup-sequence and it looks like I won't in the future based on how it affects my system.

With reference your other topic about not being able to restart your network after using NetShutdown; maybe you should try removing (commenting out) the date command in your startup and see if that affects your ability to shut down and restart your network.
AmigaOne X1000 with 2GB memory - OS4.1 FE
User avatar
Raziel
Posts: 1170
Joined: Sat Jun 18, 2011 4:00 pm
Location: a dying planet

Re: Assertion if no Network available

Post by Raziel »

xenic wrote:
Raziel wrote: Can anyone check if "date" has a fallback if no network access is possible, please? (apart from the assertion?)
And probably file a bug item for me to add such a (non-blocking) fallback?
An error requester might be nice?
When I run the "date SERVER..." command without the network running I get this message:
DATE: Couldn't get remote time: Host name lookup failure

However, I noticed another problem. Netshutdown doesn't work after I have run "date SERVER... " and it just times out. After the timeout I get a Grim Reaper if a program tries to access the network. I don't use the date command to set my system time in my startup-sequence and it looks like I won't in the future based on how it affects my system.

With reference your other topic about not being able to restart your network after using NetShutdown; maybe you should try removing (commenting out) the date command in your startup and see if that affects your ability to shut down and restart your network.
It's not the date command, but i can confirm the ISI crash of c:date if bsdsocket.library is not available
Hidden Text - Click to Show :
Crash log for task "c:Date"
Generated by GrimReaper 53.2
Crash occured in module at address 0x00000000
Type of crash: ISI (Instruction Storage Interrupt) exception

Register dump:
GPR (General Purpose Registers):
0: 00000000 64201970 FF3C3C3C 64E6CC60 00000000 01AAFD60 021E3650 021E3674
8: 00000001 648A9300 00000001 00000000 33953F35 668049C0 00000000 00000000
16: 66558340 7FC963BC 00000002 022B0000 00001C20 64201C1C 00000000 681FBE78
24: 00000000 661FC708 642019C4 FFFFFFFF 64201A2E 661FC708 0000000A 648A9280


FPR (Floating Point Registers, NaN = Not a Number):
0: nan 8.46512e-315 8.46512e-315 0
4: 1.24336e-315 3.0732e+231 0 0
8: 0 0 0 0
12: 0 8.44822e+183 0 0
16: 0 0 0 0
20: 0 0 0 0
24: 0 0 0 0
28: 0 0 0 0

FPSCR (Floating Point Status and Control Register): 0x82004000


SPRs (Special Purpose Registers):
Machine State (msr) : 0x1200F030
Condition (cr) : 0x39953F55
Instruction Pointer (ip) : 0x00000000
Xtended Exception (xer) : 0xC000D252
Count (ctr) : 0x00000000
Link (lr) : 0x7F88A2FC
DSI Status (dsisr) : 0x40000000
Data Address (dar) : 0x00000004



680x0 emulated registers:
DATA: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ADDR: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
FPU0: 0 0 0 0
FPU4: 0 0 0 0



Symbol info:
Instruction pointer 0x00000000 belongs to module "" (HUNK/Kickstart)

Stack trace:

module LIBS:timesync.library at 0x7F889EEC (section 5 @ 0xECC)
module c:Date at 0x7FC96704 (section 5 @ 0x6E4)
native kernel module newlib.library.kmod+0x0000204c
native kernel module newlib.library.kmod+0x00002dbc
native kernel module newlib.library.kmod+0x00002e5c
Date:_start()+0xE4 (section 1 @ 0xe4)
native kernel module dos.library.kmod+0x00022a0c
native kernel module kernel+0x000416ec
native kernel module kernel+0x0004176c


PPC disassembly:
fffffff8: XXXXXXXX illegal address
fffffffc: XXXXXXXX illegal address
00000000: XXXXXXXX illegal address
00000004: XXXXXXXX illegal address
00000008: XXXXXXXX illegal address

System information:

CPU
Model: Motorola MPC 7447/7457 Apollo V1.2
CPU speed: 950 MHz
FSB speed: 100 MHz
Extensions: performancemonitor altivec

Machine
Machine name: AmigaOne
Memory: 1048576 KB
Extensions: bus.pci bus.agp

Expansion buses
PCI/AGP
00:00.0 Vendor 0x10CC Device 0x0660
Range 0: 00000000 - 00400000 (PREF.MEM)
00:01.0 Vendor 0x10CC Device 0x0661
00:06.0 Vendor 0x10B7 Device 0x9200
Range 0: 00802000 - 00802080 (IO)
Range 1: 98100000 - 98100080 (MEM)
00:07.0 Vendor 0x1106 Device 0x0686
00:07.1 Vendor 0x1106 Device 0x0571
Range 0: 000001F0 - 000001F8 (IO)
Range 1: 000003F0 - 000003F8 (IO)
Range 2: 00000170 - 00000178 (IO)
Range 3: 00000370 - 00000378 (IO)
Range 4: 0000CC00 - 0000CC10 (IO)
00:07.2 Vendor 0x1106 Device 0x3038
Range 4: 00802080 - 008020A0 (IO)
00:07.3 Vendor 0x1106 Device 0x3038
Range 4: 008020A0 - 008020C0 (IO)
00:07.4 Vendor 0x1106 Device 0x3057
00:07.5 Vendor 0x1106 Device 0x3058
Range 0: 0000DC00 - 0000DD00 (IO)
Range 1: 0000E000 - 0000E008 (IO)
Range 2: 0000E400 - 0000E408 (IO)
00:07.6 Vendor 0x1106 Device 0x3068
Range 0: 00802300 - 00802400 (IO)
00:08.0 Vendor 0xE159 Device 0x0001
Range 0: 00802400 - 00802500 (IO)
Range 1: 98101000 - 98102000 (MEM)
01:00.0 Vendor 0x1002 Device 0x5961
Range 0: 80000000 - 88000000 (PREF.MEM)
Range 1: 00002000 - 00002100 (IO)
Range 2: 88000000 - 88010000 (MEM)
01:00.1 Vendor 0x1002 Device 0x5941
Range 0: 90000000 - 98000000 (PREF.MEM)
Range 1: 98000000 - 98010000 (MEM)

Libraries
0x68c5c2e8: ISO-8859-15.charset V52.1
0x68c5c268: english_ISO-8859-15.language V52.1
0x021f6866: exec.library V53.25
0x6ff59174: vilintuisup.library V0.9
0x6ff59048: cgxvideo.library V42.1
0x6ff620e0: cybergraphics.library V43.0
0x661fc708: timesync.library V53.1
0x661fc5d0: Dtpic.mui V20.208
0x668cad48: DateTime.docky V52.4
0x64eb7b48: amissl_v097g.library V3.7
0x66e0de98: amisslmaster.library V3.7
0x687f8ac8: update.library V53.8
0x68c5c8e8: Separator.docky V53.2
0x66d5da28: smartsubdock.docky V50.8
0x665b53a8: smartbutton.docky V50.8
0x68c5aa30: getcolor.gadget V53.9
0x66e0d8e0: gradientslider.gadget V53.6
0x66e0d7a4: colorwheel.gadget V53.6
0x66e0d340: palette.gadget V53.6
0x66635cf8: radiobutton.gadget V53.9
0x66e0d020: slider.gadget V53.12
0x66631e10: getfont.gadget V53.9
0x66631cd0: fuelgauge.gadget V53.8
0x66635b78: clicktab.gadget V53.39
0x66f04620: texteditor.gadget V53.19
0x665b527c: muimaster.library V20.2336
0x66631910: arexx.class V53.3
0x66631870: getfile.gadget V53.11
0x66635938: speedbar.gadget V53.10
0x66631690: checkbox.gadget V53.9
0x664c2760: requester.class V53.18
0x68c5a948: chooser.gadget V53.18
0x666314b0: penmap.image V53.5
0x68c5a884: filesave.audio V6.3
0x680703e8: via-ac97.audio V5.7
0x683fd3b8: listbrowser.gadget V53.52
0x68073220: scroller.gadget V53.13
0x687f8e90: jpeg.datatype V53.5
0x688be8e8: emulation.library V41.446
0x687f8b70: space.gadget V53.6
0x687f8a30: bitmap.image V53.9
0x687f8990: integer.gadget V53.10
0x68198500: string.gadget V53.16
0x68c5baf0: mathieeedoubbas.library V52.1
0x6883faa4: usergroup.library V4.30
0x6872fa60: bsdsocket.library V4.302
0x685d232c: textclip.library V52.2
0x689300bc: xadmaster.library V13.1
0x68a961f4: xpkmaster.library V5.2
0x68b85910: button.gadget V53.15
0x68b85a50: glyph.image V53.3
0x68a97240: window.class V53.48
0x68ae3e68: popupmenu.class V53.2
0x68d18cc8: popupmenu.library V53.8
0x68b857d0: label.image V53.12
0x6ff599a8: layout.gadget V53.19
0x68ae3d70: bevel.image V53.6
0x68b85550: drawlist.image V53.3
0x68b85050: png.datatype V53.6
0x68a988e4: picture.datatype V53.6
0x68b69b44: asl.library V53.45
0x68d189d8: timezone.library V53.6
0x68c467a8: application.library V53.12
0x68c5a24c: ft2.library V53.1
0x68c0008c: workbench.library V53.42
0x68c81130: Picasso96API.library V2.359
0x68c0e290: gadtools.library V53.4
0x6fffbcac: commodities.library V53.1
0x68d06140: datatypes.library V53.4
0x6ff83e44: png.iconmodule V53.1
0x68cdc0cc: icon.library V53.13
0x6ff81f48: version.library V53.8
0x68d1ea40: iffparse.library V53.1
0x6ffb5ccc: locale.library V53.4
0x6ff8241c: diskfont.library V53.4
0x6ff8f918: petunia.library V53.3
0x6ff8f798: diskcache.library V3.30
0x6ff5366c: dos.library V53.90
0x6ff59444: usbprivate.library V53.12
0x6ff2533c: massstorage.usbfd V53.13
0x6ff252a8: bootkeyboard.usbfd V52.3
0x6ff25228: bootmouse.usbfd V53.1
0x6ff592fc: hub.usbfd V53.8
0x6ff5924c: usbresource.library V53.12
0x6ff81658: hunk.library V53.4
0x6ff8f354: elf.library V53.17
0x6ff894d0: intuition.library V53.35
0x6ff2f150: rtg.library V41.4355
0x6ff92920: ATIRadeon.chip V53.23
0x6ff928a4: PCIGraphics.card V53.1
0x6ff9da10: keymap.library V53.3
0x6ff7fc40: layers.library V53.7
0x6ffb4420: graphics.library V53.4
0x6ff810e4: nonvolatile.library V52.1
0x6ff9e2b8: newlib.library V53.18
0x6ff901ac: utility.library V53.3
0x6ff9d0a8: expansion.library V53.1
0x687df1fe: rexxsyslib.library V45.7 (Legacy)

Devices
0x64d42914: clipboard.device V53.2
0x6704b294: ahi.device V6.6
0x688cf5f4: eth3com.device V53.2
0x68ce46e4: diskimage.device V52.77
0x6ff90b10: usbsys.device V53.12
0x6ff81cd0: ehci.usbhcd V53.17
0x6ff81c30: ohci.usbhcd V53.19
0x6ff81b90: uhci.usbhcd V53.12
0x6ff92c24: a1ide.device V53.8
0x6fffb628: console.device V53.1
0x6ff913f0: ramdrive.device V52.6
0x6ff9dc5c: input.device V53.3
0x6fffb314: keyboard.device V53.5
0x6ff9d774: gameport.device V52.1
0x6ff912d0: timer.device V53.1

Tasks
Hollywood sound server (Waiting)
Stack: 0x66a87004 - 0x66a96ffc, pointer @ 0x66a96f20 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Process (Waiting)
Hollywood streaming task (Waiting)
Stack: 0x66a9b004 - 0x66aaaffc, pointer @ 0x66aaa660 (Cookie OK)
Signals: SigRec 0xe0000000, SigWait 0x00000000
State: Process (Waiting)
ClickToFront (Waiting)
Stack: 0x66ed8004 - 0x66ee7ffc, pointer @ 0x66ee7a80 (Cookie OK)
Signals: SigRec 0xc000d000, SigWait 0x00000100
State: Process (Waiting)
input.device (Waiting)
Stack: 0x6ff37000 - 0x6ff47000, pointer @ 0x6ff46f00 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Task (Waiting)
SFS DosList handler (Waiting)
Stack: 0x6fdfc004 - 0x6fdfdffc, pointer @ 0x6fdfdf20 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Process (Waiting)
USB stack (Waiting)
Stack: 0x6ff4f000 - 0x6ff53000, pointer @ 0x6ff52f20 (Cookie OK)
Signals: SigRec 0xf8007000, SigWait 0x00000000
State: Task (Waiting)
a1ide.device - chip 0 port 0 (Waiting)
Stack: 0x6fe96000 - 0x6fe9e000, pointer @ 0x6fe9df30 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x20000000
State: Task (Waiting)
a1ide.device - chip 0 port 1 (Waiting)
Stack: 0x6fe76000 - 0x6fe7e000, pointer @ 0x6fe7df30 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000000
State: Task (Waiting)
page_sweep (Waiting)
Stack: 0x6fe5e004 - 0x6fe65ffc, pointer @ 0x6fe65e70 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Task (Waiting)
A1IDE0 (Waiting)
Stack: 0x6fdf6004 - 0x6fdf7ffc, pointer @ 0x6fdf7eb0 (Cookie OK)
Signals: SigRec 0xe0000100, SigWait 0x10000000
State: Process (Waiting)
reaper.task (Waiting)
Stack: 0x68e3b004 - 0x68e42ffc, pointer @ 0x68e42ea0 (Cookie OK)
Signals: SigRec 0x00007000, SigWait 0x00000000
State: Process (Waiting)
RAM (Waiting)
Stack: 0x68fa4004 - 0x68fabffc, pointer @ 0x68fabc90 (Cookie OK)
Signals: SigRec 0xc0000100, SigWait 0x00000000
State: Process (Waiting)
JXF:A1IDE1 (Waiting)
Stack: 0x6fe08004 - 0x6fe09ffc, pointer @ 0x6fe09de0 (Cookie OK)
Signals: SigRec 0xc0000100, SigWait 0x20000000
State: Process (Waiting)
ICD0 (Waiting)
Stack: 0x68627004 - 0x68636ffc, pointer @ 0x68636f20 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
ICD1 (Waiting)
Stack: 0x686a3004 - 0x686b2ffc, pointer @ 0x686b2f20 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
JXF:A1IDE6 (Waiting)
Stack: 0x694a8004 - 0x694a9ffc, pointer @ 0x694a9de0 (Cookie OK)
Signals: SigRec 0xc0000100, SigWait 0x20000000
State: Process (Waiting)
JXF:A1IDE5 (Waiting)
Stack: 0x694a2004 - 0x694a3ffc, pointer @ 0x694a3de0 (Cookie OK)
Signals: SigRec 0xc0000100, SigWait 0x20000000
State: Process (Waiting)
JXF:A1IDE4 (Waiting)
Stack: 0x6949c004 - 0x6949dffc, pointer @ 0x6949dde0 (Cookie OK)
Signals: SigRec 0xc0000100, SigWait 0x20000000
State: Process (Waiting)
JXF:A1IDE3 (Waiting)
Stack: 0x69496004 - 0x69497ffc, pointer @ 0x69497de0 (Cookie OK)
Signals: SigRec 0xc0000100, SigWait 0x20000000
State: Process (Waiting)
JXF:A1IDE2 (Waiting)
Stack: 0x6fe0e004 - 0x6fe0fffc, pointer @ 0x6fe0fde0 (Cookie OK)
Signals: SigRec 0xc0000100, SigWait 0x20000000
State: Process (Waiting)
CD0 (Waiting)
Stack: 0x6fe02004 - 0x6fe03ffc, pointer @ 0x6fe03f20 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
dos_filedir_notify (Waiting)
Stack: 0x6fe3a004 - 0x6fe3dffc, pointer @ 0x6fe3daf0 (Cookie OK)
Signals: SigRec 0x40001000, SigWait 0x00000000
State: Process (Waiting)
MainIPC0 (Waiting)
Stack: 0x68891004 - 0x688a0ffc, pointer @ 0x688a0eb0 (Cookie OK)
Signals: SigRec 0x40000100, SigWait 0x00000000
State: Process (Waiting)
pager (Waiting)
Stack: 0x68e17004 - 0x68e36ffc, pointer @ 0x68e36f00 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Process (Waiting)
ENV (Ready)
Stack: 0x68dfd004 - 0x68dfeffc, pointer @ 0x68dfeda0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x80000100
State: Process (Ready)
console.device (Ready)
Stack: 0x6fee7000 - 0x6feef000, pointer @ 0x6feeef70 (Cookie OK)
Signals: SigRec 0xf0000000, SigWait 0x80000000
State: Task (Ready)
IDF3 (Ready)
Stack: 0x687ac004 - 0x687bbffc, pointer @ 0x687bbed0 (Cookie OK)
Signals: SigRec 0xa8000100, SigWait 0x20000000
State: Process (Ready)
IDF2 (Ready)
Stack: 0x68770004 - 0x6877fffc, pointer @ 0x6877fed0 (Cookie OK)
Signals: SigRec 0xa8000100, SigWait 0x20000000
State: Process (Ready)
IDF1 (Waiting)
Stack: 0x68734004 - 0x68743ffc, pointer @ 0x68743ed0 (Cookie OK)
Signals: SigRec 0xa8000100, SigWait 0x00000000
State: Process (Waiting)
IDF0 (Waiting)
Stack: 0x686f0004 - 0x686ffffc, pointer @ 0x686ffed0 (Cookie OK)
Signals: SigRec 0xa8000100, SigWait 0x00000000
State: Process (Waiting)
CON (Waiting)
Stack: 0x6695a004 - 0x66969ffc, pointer @ 0x66969de0 (Cookie OK)
Signals: SigRec 0x80000100, SigWait 0x00000000
State: Process (Waiting)
IPC0 (Waiting)
Stack: 0x688ad004 - 0x688bcffc, pointer @ 0x688bcee0 (Cookie OK)
Signals: SigRec 0x00010100, SigWait 0x00000000
State: Process (Waiting)
CON (Waiting)
Stack: 0x6404b004 - 0x6405affc, pointer @ 0x6405ade0 (Cookie OK)
Signals: SigRec 0xa0000100, SigWait 0x00000000
State: Process (Waiting)
URL (Waiting)
Stack: 0x68500004 - 0x6857affc, pointer @ 0x68576a70 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
RANDOM (Waiting)
Stack: 0x6858b004 - 0x6859affc, pointer @ 0x6859aef0 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
CON (Waiting)
Stack: 0x65703004 - 0x65712ffc, pointer @ 0x65712de0 (Cookie OK)
Signals: SigRec 0x80000100, SigWait 0x00000000
State: Process (Waiting)
CON (Waiting)
Stack: 0x6642d004 - 0x6643cffc, pointer @ 0x6643cde0 (Cookie OK)
Signals: SigRec 0x80000100, SigWait 0x00000000
State: Process (Waiting)
CON (Waiting)
Stack: 0x66946004 - 0x66955ffc, pointer @ 0x66955de0 (Cookie OK)
Signals: SigRec 0x80000100, SigWait 0x00000000
State: Process (Waiting)
CON (Waiting)
Stack: 0x66502004 - 0x66511ffc, pointer @ 0x66511de0 (Cookie OK)
Signals: SigRec 0x80000100, SigWait 0x00000000
State: Process (Waiting)
CON (Waiting)
Stack: 0x6657b004 - 0x6658affc, pointer @ 0x6658ade0 (Cookie OK)
Signals: SigRec 0x80000100, SigWait 0x00000000
State: Process (Waiting)
CON (Waiting)
Stack: 0x6666e004 - 0x6667dffc, pointer @ 0x6667dde0 (Cookie OK)
Signals: SigRec 0x80000100, SigWait 0x00000000
State: Process (Waiting)
CON (Waiting)
Stack: 0x666b7004 - 0x666c6ffc, pointer @ 0x666c6de0 (Cookie OK)
Signals: SigRec 0x80000100, SigWait 0x00000000
State: Process (Waiting)
CON (Waiting)
Stack: 0x66770004 - 0x6677fffc, pointer @ 0x6677fde0 (Cookie OK)
Signals: SigRec 0x80000100, SigWait 0x00000000
State: Process (Waiting)
CON (Waiting)
Stack: 0x66801004 - 0x66810ffc, pointer @ 0x66810de0 (Cookie OK)
Signals: SigRec 0x80000100, SigWait 0x00000000
State: Process (Waiting)
CON (Waiting)
Stack: 0x6685e004 - 0x6686dffc, pointer @ 0x6686dde0 (Cookie OK)
Signals: SigRec 0x80000100, SigWait 0x00000000
State: Process (Waiting)
AUDIO (Waiting)
Stack: 0x684c4004 - 0x684d3ffc, pointer @ 0x684d3e60 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
PIPE (Waiting)
Stack: 0x685b8004 - 0x685c7ffc, pointer @ 0x685c7d50 (Cookie OK)
Signals: SigRec 0x80006100, SigWait 0x00000000
State: Process (Waiting)
CON (Waiting)
Stack: 0x68f58004 - 0x68f5fffc, pointer @ 0x68f5fde0 (Cookie OK)
Signals: SigRec 0x80000100, SigWait 0x00000000
State: Process (Waiting)
RAW (Waiting)
Stack: 0x68fb4004 - 0x68fbbffc, pointer @ 0x68fbbde0 (Cookie OK)
Signals: SigRec 0x80000100, SigWait 0x00000000
State: Process (Waiting)
CON (Waiting)
Stack: 0x68fd0004 - 0x68fd7ffc, pointer @ 0x68fd7de0 (Cookie OK)
Signals: SigRec 0x80000100, SigWait 0x00000000
State: Process (Waiting)
dos_nbmd_process (Waiting)
Stack: 0x6ff07004 - 0x6ff08ffc, pointer @ 0x6ff08f30 (Cookie OK)
Signals: SigRec 0x00001100, SigWait 0x00000000
State: Process (Waiting)
dos_lock_handler (Waiting)
Stack: 0x6ff01004 - 0x6ff02ffc, pointer @ 0x6ff02f10 (Cookie OK)
Signals: SigRec 0x00001100, SigWait 0x00000000
State: Process (Waiting)
RexxMaster [] (Waiting)
Stack: 0x68163004 - 0x68172ffc, pointer @ 0x68172f50 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000100
State: Process (Waiting)
diskimage.device unit 4 (Waiting)
Stack: 0x685f8004 - 0x6860bffc, pointer @ 0x6860bc20 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000100
State: Process (Waiting)
diskimage.device unit 5 (Waiting)
Stack: 0x68674004 - 0x68687ffc, pointer @ 0x68687c20 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000100
State: Process (Waiting)
diskimage.device unit 0 (Waiting)
Stack: 0x686d0004 - 0x686e3ffc, pointer @ 0x686e3c20 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000100
State: Process (Waiting)
diskimage.device unit 1 (Waiting)
Stack: 0x6870c004 - 0x6871fffc, pointer @ 0x6871fc20 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000100
State: Process (Waiting)
diskimage.device unit 2 (Waiting)
Stack: 0x68750004 - 0x68763ffc, pointer @ 0x68763c20 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000100
State: Process (Waiting)
diskimage.device unit 3 (Waiting)
Stack: 0x6878c004 - 0x6879fffc, pointer @ 0x6879fc20 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000100
State: Process (Waiting)
diskimage.device unit 6 (Waiting)
Stack: 0x687c8004 - 0x687dbffc, pointer @ 0x687dbc20 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000100
State: Process (Waiting)
TEXTCLIP (Waiting)
Stack: 0x684e0004 - 0x684efffc, pointer @ 0x684efeb0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
compose.task (Ready)
Stack: 0x67042000 - 0x6704a000, pointer @ 0x67049f30 (Cookie OK)
Signals: SigRec 0x00000021, SigWait 0x00000020
State: Task (Ready)
Workbench [Workbench] (Ready)
Stack: 0x65ed6004 - 0x65ee5ffc, pointer @ 0x65ee5ea0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x80000100
State: Process (Ready)
ramlib (Waiting)
Stack: 0x68d6d004 - 0x68d85ffc, pointer @ 0x68d85f20 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000100
State: Process (Waiting)
texteditor.gadget Clipboard Server (Waiting)
Stack: 0x66e42004 - 0x66e61ffc, pointer @ 0x66e61f00 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Process (Waiting)
Workbench DosList Notify (Waiting)
Stack: 0x65727004 - 0x65736ffc, pointer @ 0x65736f40 (Cookie OK)
Signals: SigRec 0x00003000, SigWait 0x00000100
State: Process (Waiting)
ContextMenus Command Dispatcher [ContextMenus Command Dispatcher] (Waiting)
Stack: 0x66b89004 - 0x66b98ffc, pointer @ 0x66b98f40 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000000
State: Process (Waiting)
smartbutton.docky (Waiting)
Stack: 0x66d34004 - 0x66d4cffc, pointer @ 0x66d4cec0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000100
State: Process (Waiting)
MUI imagespace screen notify (Waiting)
Stack: 0x66d96004 - 0x66da5ffc, pointer @ 0x66da5d10 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000100
State: Process (Waiting)
Workbench Clipboard Server (Waiting)
Stack: 0x65764004 - 0x65773ffc, pointer @ 0x65773f00 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000100
State: Process (Waiting)
string.gadget server (Waiting)
Stack: 0x6807a004 - 0x68089ffc, pointer @ 0x68089db0 (Cookie OK)
Signals: SigRec 0x40000000, SigWait 0x00000100
State: Process (Waiting)
RinghioServer (Ready)
Stack: 0x6687a004 - 0x66899ffc, pointer @ 0x66899370 (Cookie OK)
Signals: SigRec 0xd8001000, SigWait 0x10000100
State: Process (Ready)
AmiDock (Ready)
Stack: 0x666f3004 - 0x66702ffc, pointer @ 0x66702930 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000100
State: Process (Ready)
windowfade.task (Ready)
Stack: 0x64a70000 - 0x64a78000, pointer @ 0x64a77fd0 (Cookie OK)
Signals: SigRec 0x00000000, SigWait 0x00000020
State: Task (Ready)
Background CLI [wait] (Waiting)
Stack: 0x64a48004 - 0x64a57ffc, pointer @ 0x64a57f00 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000100
State: Process (Waiting)
LimpidClock (Waiting)
Stack: 0x66e77004 - 0x66ea7ffc, pointer @ 0x66ea75c0 (Cookie OK)
Signals: SigRec 0xf0001000, SigWait 0x00000100
State: Process (Waiting)
Hollywood wait task (Waiting)
Stack: 0x66b04004 - 0x66b13ffc, pointer @ 0x66b13f10 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000000
State: Process (Waiting)
flipclock (Waiting)
Stack: 0x66bc1000 - 0x66c01020, pointer @ 0x66c00680 (Cookie OK)
Signals: SigRec 0x7c801000, SigWait 0x00000100
State: Process (Waiting)
« IPrefs » (Waiting)
Stack: 0x68c25004 - 0x68c34ffc, pointer @ 0x68c34530 (Cookie OK)
Signals: SigRec 0x0000f000, SigWait 0x20000000
State: Process (Waiting)
NotePad (Waiting)
Stack: 0x66455004 - 0x66464ffc, pointer @ 0x66464920 (Cookie OK)
Signals: SigRec 0xc0003000, SigWait 0x00000100
State: Process (Waiting)
DiskImageGUI (Waiting)
Stack: 0x663c8004 - 0x663d7ffc, pointer @ 0x663d7dc0 (Cookie OK)
Signals: SigRec 0xd7009000, SigWait 0x00000100
State: Process (Waiting)
application.library messageserver (Waiting)
Stack: 0x68b84000 - 0x68b84fa0, pointer @ 0x68b84f10 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000000
State: Task (Waiting)
AmiSystemRestore (Waiting)
Stack: 0x6651e004 - 0x6652dffc, pointer @ 0x6652d920 (Cookie OK)
Signals: SigRec 0xfe000000, SigWait 0x00000100
State: Process (Waiting)
Granite (Waiting)
Stack: 0x666d7004 - 0x666e6ffc, pointer @ 0x666e6bc0 (Cookie OK)
Signals: SigRec 0xc8008000, SigWait 0x00000000
State: Process (Waiting)
Mixer (Waiting)
Stack: 0x66815004 - 0x66824ffc, pointer @ 0x66824c70 (Cookie OK)
Signals: SigRec 0x78001000, SigWait 0x00000100
State: Process (Waiting)
datatypes.library (Waiting)
Stack: 0x68a2e004 - 0x68a3dffc, pointer @ 0x68a3df10 (Cookie OK)
Signals: SigRec 0x00001100, SigWait 0x00000000
State: Process (Waiting)
Hollywood requester task (Waiting)
Stack: 0x66ae8004 - 0x66af7ffc, pointer @ 0x66af7f30 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Process (Waiting)
ASYNCWB (Waiting)
Stack: 0x66829004 - 0x66838ffc, pointer @ 0x66838e70 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000100
State: Process (Waiting)
ContextMenus [] (Waiting)
Stack: 0x66707004 - 0x66716ffc, pointer @ 0x66716c50 (Cookie OK)
Signals: SigRec 0xe0001000, SigWait 0x00000100
State: Process (Waiting)
C:IconX [] (Waiting)
Stack: 0x66eec004 - 0x66efbffc, pointer @ 0x66efbb20 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x00000000
State: Process (Waiting)
Background CLI [Tools:System/AmiSystemRestore/AmiSystemRestore] (Waiting)
Stack: 0x66c77004 - 0x66c86ffc, pointer @ 0x66c868a0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000100
State: Process (Waiting)
DefIcons (Waiting)
Stack: 0x6678c004 - 0x6679bffc, pointer @ 0x6679bdc0 (Cookie OK)
Signals: SigRec 0x80009000, SigWait 0x00000100
State: Process (Waiting)
RAWBInfo (Waiting)
Stack: 0x66723004 - 0x66732ffc, pointer @ 0x66732ec0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000100
State: Process (Waiting)
ConClip (Waiting)
Stack: 0x681af004 - 0x681beffc, pointer @ 0x681beeb0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Process (Waiting)
USB stack Process (Waiting)
Stack: 0x688d5004 - 0x688e4ffc, pointer @ 0x688e4ee0 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000100
State: Process (Waiting)
DST watcher (Waiting)
Stack: 0x68b46004 - 0x68b55ffc, pointer @ 0x68b55f20 (Cookie OK)
Signals: SigRec 0xc0000000, SigWait 0x00000000
State: Process (Waiting)
Shell Process [c:Date] (Crashed)
Stack: 0x64182004 - 0x64201ffc, pointer @ 0x64201970 (Cookie OK)
Signals: SigRec 0x00000100, SigWait 0x40000010
State: Process (Crashed)
ramlib.support (Waiting)
Stack: 0x68d8a004 - 0x68da2ffc, pointer @ 0x68da2f00 (Cookie OK)
Signals: SigRec 0x80005000, SigWait 0x00000100
State: Process (Waiting)
dos_signal_server (Waiting)
Stack: 0x6ff0d004 - 0x6ff0effc, pointer @ 0x6ff0ef10 (Cookie OK)
Signals: SigRec 0x0000f000, SigWait 0x00000000
State: Process (Waiting)
Picasso96 (Waiting)
Stack: 0x68b26004 - 0x68b35ffc, pointer @ 0x68b35da0 (Cookie OK)
Signals: SigRec 0x80000000, SigWait 0x00000000
State: Process (Waiting)
dos_appdir_server (Waiting)
Stack: 0x6ff13004 - 0x6ff14ffc, pointer @ 0x6ff14d50 (Cookie OK)
Signals: SigRec 0x80001000, SigWait 0x00000100
State: Process (Waiting)
idle.task (Ready)
Stack: 0x6ff80000 - 0x6ff81000, pointer @ 0x6ff80fd0 (Cookie OK)
Signals: SigRec 0x00000000, SigWait 0x00000000
State: Task (Ready)
I'll keep on searching, right now it's a little hit and miss but i got a few more candidates that might be it

Thanks guys
People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Post Reply