Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
184 user(s) are online (96 user(s) are browsing Forums)

Members: 2
Guests: 182

MickJT, Falke_34, more...

Support us!

Headlines

 
  Register To Post  

« 1 2 3 (4) 5 »
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@alfkil

This should fix the long long int printf :

result.push_back(printStringFormat("%lld\n", (uint64_t)context->fpscr));


New download : Spotless _fix_longlongint

@kas1e

Please look at the previous post also.


Edited by alfkil on 2022/5/21 10:51:16
Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@thread

*BUMP* ( stepOut() )

Go to top
Re: SpotLess tests need it to find out one bug
Home away from home
Home away from home


See User information
@Alfkil
I tested ": Spotless _fix_longlongint" and when i hit bp on "puts", then start, then "Step out", i didn't see "Hello" in console. And even more, after that i can't close Spotless via close gadget.

Should i check one from previous post too ?

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@kas1e

Thanks for report! This is a bit more complicated than expected. I need to think about it for a little while.

Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@kas1e

Try this : Spotless_stepOut(1)


Edited by alfkil on 2022/5/21 16:54:11
Go to top
Re: SpotLess tests need it to find out one bug
Home away from home
Home away from home


See User information
@Alfkil
Quote:

Try this : Spotless_stepOut(1)


That one ok. I am sure it works before too, just were broken lately.


But now i tested more, and "Step Over" also buggy seems so. You need working machine for sure, or we will jump on the same bugs again and again without much progress :) Just load up a test case , then hit bp on puts() , and hit step over few times , you will have non working gui of spotless.


Btw, I also do test what Javier found, and yeah, the same for me. You enough to just load test case, run it (even without hittting any breakpoint), and then one it bring hello in console and exit, just hit close gadget. And you see in the shell that:

***Command 'Spotless' returned with hanging Disable!

But (!) i should add that this happens on the latest beta of kernel. On the previous betas of kernels and on latest public version we do not have such stuff. So chances are high that this is kernel itself and you can skip it for now. I report it to os4beta.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@kas1e

Quote:
Btw, I also do test what Javier found, and yeah, the same for me. You enough to just load test case, run it (even without hittting any breakpoint), and then one it bring hello in console and exit, just hit close gadget. And you see in the shell that:
***Command 'Spotless' returned with hanging Disable!

But (!) i should add that this happens on the latest beta of kernel. On the previous betas of kernels and on latest public version we do not have such stuff. So chances are high that this is kernel itself and you can skip it for now. I report it to os4beta


This, as explained earlier, is because you cannot safely close Spotless with an existing child. This is a system feature, and the only thing I could do, would be to prevent closing when the child is still in memory. Do you really want that??

EDIT: I have re-read what you wrote, and yes, this seems to be a problem with the new kernel. I don't know how to solve it.
Quote:
But now i tested more, and "Step Over" also buggy seems so. You need working machine for sure, or we will jump on the same bugs again and again without much progress :) Just load up a test case , then hit bp on puts() , and hit step over few times , you will have non working gui of spotless.


Try this : Spotless_getPhysicalAddress


Edited by alfkil on 2022/5/22 10:15:36
Go to top
Re: SpotLess tests need it to find out one bug
Home away from home
Home away from home


See User information
@Alfkil
Quote:

EDIT: I have re-read what you wrote, and yes, this seems to be a problem with the new kernel. I don't know how to solve it.


Imho at this point you have no needs to do anything about it. It can be issues with beta kernel or so.


Quote:

Try this : Spotless_getPhysicalAddress


Nope.. I run load test case, hit bp on puts(), click start, once it drops i hit "step out" , then nothing in console, test case from gui of spotless looks like finished and GUI not operational anymore.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@kas1e

Quote:
Nope.. I run load test case, hit bp on puts(), click start, once it drops i hit "step out" , then nothing in console, test case from gui of spotless looks like finished and GUI not operational anymore.


But it worked previously?? This seems overly random. I am not sure, I am very motivated to solve these issues. Maybe it is just impossible to get this software to work.

Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@kas1e

Just for a thought : Can you try, after Spotless locks up, if you can exit by CTRL+C from the terminal.

Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@thread

There is a possible problem with later machines (including x5000) and the debug interface of exec.library. I am quite convinced, that the current state of the software is the 'correct' one, but there is a system component, that needs implementation, before it can be used with later kernel releases. This, at least, is how the explanation goes so far.

So I guess patience.


Edited by alfkil on 2022/5/31 14:16:33
Go to top
Re: SpotLess tests need it to find out one bug
Home away from home
Home away from home


See User information
@alfkil
Did i got it right that you find some issue in exec, and were answered from kernel developers that you are right and there is bug which kernel's developers will fix ?

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@kas1e

I am not sure, if it is a bug or more like a missing feature. Also, it is more like a guess than an actual solution. But afaik there is currently work being done on features, that have an impact on the exec debug functions.

Go to top
Re: SpotLess tests need it to find out one bug
Home away from home
Home away from home


See User information
@alfkil
IMHO sounds a bit vague :) What i mean, if there error/bug it can be reproduced. If there is missing feature, it can be told what one. If you not sure, how developers will be add/fix anything, if they don't know about ?:)

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@kas1e

I think it best, that I postpone further development until I have a working machine back. It could take a couple of weeks, but then I could end the 'shooting-in-blind' frenzy, that I am in currently.

Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
I am up and running again.

I have flawless performance from Spotless in the described tests with kernel 54.46.

I have fixed the float register writeout to look a little nicer.

Go to top
Re: SpotLess tests need it to find out one bug
Home away from home
Home away from home


See User information
@alfkil

Quote:

This, as explained earlier, is because you cannot safely close Spotless with an existing child. This is a system feature, and the only thing I could do, would be to prevent closing when the child is still in memory. Do you really want that??


I think that’s only why you can make sure libraries are not closed before child process stops using the libraries and memory resources from being freed before child process has stoped using. Anything else can result in series hampered system.

There are no why the OS developers can solve this fully anyway.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: SpotLess tests need it to find out one bug
Just can't stay away
Just can't stay away


See User information
@LiveForIt

Quote:
There are no why the OS developers can solve this anyway.


There is no automatic ressource handling. In principle you can call RemTask(processHandle), but any files or windows opened will be left astray. I think it is a sensible preference, since the overhead of tracking every ressource is massive.

EDIT: I am going to change it, so there will be a popup warning before closing on the orphan.

Go to top
Re: SpotLess tests need it to find out one bug
Quite a regular
Quite a regular


See User information
On my x1000 the test program works with both the shell version and the gui version.

On my x5000 it does not. I get a crash; I performed the same steps for the shell version as I did on the X1000, but I get:

FYI: this is the version of spotless from Os4Depot.

Crash log for task "SimpleDebug"
Generated by GrimReaper 53.19
Crash occured in module SimpleDebug at address 0x7CC6719C
Type of crash
: DSI (Data Storage Interrupt) exception
Alert number
: 0x80000003

Register dump
:
GPR (General Purpose Registers):
   
0: 7CC6524C 646A8740 00000002 00000028 00000000 FFFFFFFF 00000200 00000200 
   8
: 00000000 00000028 00000002 646A8760 24442424 65E95118 6655CB18 00000001 
  16
: 6965CDB0 EFE090D0 69706280 00000000 646A8DB8 7CC60918 0000000C 6655CB08 
  24
: 00000000 6655CAF8 00000000 00000000 02440000 6766E340 6AFA6C30 646A8740 


FPR 
(Floating Point Registers, NaN = Not a Number):
   
0:              nan              616    -4.48578e-307       4.5036e+15 
   4
:                0       4.5036e+15       4.5036e+15               23 
   8
:               23                1               23               23 
  12
:                1       4.5036e+15     7.54388e-183     2.48175e-264 
  16
:     3.79062e-270    -3.85614e-105     4.18906e+241      1.64244e-47 
  20
:     1.22327e-296     1.00994e-292     3.01564e-116     1.04158e-143 
  24
:     1.12131e-308      -2.5894e-57     1.41644e+168    -2.72568e-283 
  28
:     1.58382e-297     3.21518e-213     1.89283e-124     1.30435e-231 

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


SPRs 
(Special Purpose Registers):
           
Machine State (msr) : 0x0002F030
                Condition 
(cr) : 0x66217DC0
      Instruction Pointer 
(ip) : 0x7CC6719C
       Xtended Exception 
(xer) : 0x66218134
                   Count 
(ctr) : 0x00570001
                     Link 
(lr) : 0x0223A968
            DSI Status 
(dsisr) : 0x66217DB0
            Data Address 
(dar) : 0x00000010



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 0x7CC6719C belongs to module "SimpleDebug" (PowerPC) 
Symbol: _ZNKSt6vectorIPN8Function5SLineESaIS2_EE4sizeEv + 0x14 in section 8 offset 0x00008BD4

Stack trace
:
    
SimpleDebug:_ZNKSt6vectorIPN8Function5SLineESaIS2_EE4sizeEv()+0x14 (section 8 @ 0x8BD4)
    
SimpleDebug:_ZN8Debugger8stepOverEv()+0x160 (section 8 @ 0x6CA4)
    
SimpleDebug:main()+0x10e8 (section 8 @ 0x3438)
    
native kernel module newlib.library.kmod+0x000025fc
    native kernel module newlib
.library.kmod+0x00003328
    native kernel module newlib
.library.kmod+0x0000384c
    SimpleDebug
:_start()+0x170 (section 8 @ 0x1AB8)
    
native kernel module dos.library.kmod+0x0002a458
    native kernel module kernel
+0x0005c18c
    native kernel module kernel
+0x0005c204

PPC disassembly
:
 
7cc67194: 907f0008   stw               r3,8(r31)
 
7cc67198: 813f0008   lwz               r9,8(r31)
*
7cc6719c: 81490004   lwz               r10,4(r9)
 
7cc671a0: 813f0008   lwz               r9,8(r31)
 
7cc671a4: 81290000   lwz               r9,0(r9)

System information:

CPU 
 Model
: Freescale P5020 (E5500 core) V1.2 
 CPU speed
: 1995 MHz 
 FSB speed
: 798 MHz 
 Extensions
:  

Machine 
 Machine name
: AmigaOne X5000/20 
 Memory
: 2097152 KB 
 Extensions
: bus.pci bus.pcie 

Expansion buses 
 PCI
/AGP 
  00
:00.0 Vendor 0x1957 Device 0x0421 
  01
:00.0 Vendor 0x1002 Device 0x67FF 
   Range 0
: 80000000 - 90000000 (PREF.MEM) 
   
Range 2: 90000000 - 90200000 (PREF.MEM) 
   
Range 4: 00001000 - 00001100 (IO) 
  
01:00.1 Vendor 0x1002 Device 0xAAE0 
   Range 0
: 90240000 - 90244000 (MEM) 
  
02:00.0 Vendor 0x1957 Device 0x0421 
  03
:00.0 Vendor 0x111D Device 0x8092 
  04
:01.0 Vendor 0x111D Device 0x8092 
  04
:02.0 Vendor 0x111D Device 0x8092 
  04
:03.0 Vendor 0x111D Device 0x8092 
  04
:08.0 Vendor 0x111D Device 0x8092 
  04
:10.0 Vendor 0x111D Device 0x8092 
  05
:00.0 Vendor 0x12D8 Device 0xE111 
  
08:00.0 Vendor 0x1102 Device 0x0012 
   Range 0
: A0000000 - A0004000 (MEM) 
   
Range 2: A0004000 - A0008000 (MEM) 

Libraries 
 0x6cebd1e8
: english-british.language V52.1 
 0x0239ecc2
: exec.library V54.30 
 0x6fef9a98
: cgxvideo.library V42.1 
 0x6593be18
: zip.library V53.12 
 0x66428e14
: amissl_v111m.library V4.12 
 0x66679f08
: amisslmaster.library V4.12 
 0x6593be98
: lzma.library V53.7 
 0x660b21f8
: bzip2.library V53.4 
 0x664ed0bc
: xadmaster.library V13.2 
 0x668307b0
: Popmenu.mui V21.39 
 0x68403d40
: Lamp.mcc V21.28 
 0x679d7274
: btree.library V53.3 
 0x68403c00
: Objectmap.mui V21.27 
 0x68403b60
: Gauge.mui V21.26 
 0x68403ac0
: Dtpic.mui V21.26 
 0x68403a20
: Popasl.mui V21.31 
 0x68403980
: Calltips.mcc V21.26 
 0x684038e0
: String.mui V21.51 
 0x68403840
: Listtree.mcc V21.40 
 0x684037a0
: Title.mui V21.42 
 0x6c402754
: asyncio.library V50.3 
 0x6afcfe60
: expat.library V53.6 
 0x696a862c
: codesets.library V6.6 
 0x6bb30ea8
: muigfx.library V21.27 
 0x6b93968c
: muimaster.library V21.227 
 0x694a8548
: pthreads.library V53.12 
 0x694a84c8
: avcodec2.library V55.53 
 0x694a83c8
: va.library V1.8 
 0x68370e58
: swscale2.library V2.5 
 0x68370ed8
: swresample2.library V0.18 
 0x68370d58
: avutil2.library V52.66 
 0x68370a58
: pixman-1.library V53.4 
 0x69449998
: X5000Temp.docky V50.2 
 0x69449818
: NetDock.docky V52.0 
 0x69449618
: GFXDock.docky V51.6 
 0x69449718
: RAMDock.docky V51.3 
 0x69676928
: toolbar.gadget V53.6 
 0x694494a0
: tabbed.gadget V54.442 
 0x69449298
: infodata.gadget V53.3 
 0x69673908
: piechart.gadget V53.1 
 0x696fc818
: infowindow.class V53.11 
 0x694cdc40
: texteditor.gadget V53.28 
 0x694cd360
: select.gadget V53.7 
 0x696e5348
: tickbox.gadget V53.14 
 0x694a54e8
: CPUDock.docky V51.2 
 0x696e5b70
: slider.gadget V53.17 
 0x698c6dc0
: anim.gadget V53.7 
 0x69b15630
: shared.image V2.1 
 0x696e5ad0
: getfont.gadget V53.11 
 0x6c00e7a8
: progressbar.gadget V53.12 
 0x6bbc2d40
: getfile.gadget V53.12 
 0x696e53f0
: arexx.class V53.6 
 0x694da024
: clipview.library V1.12 
 0x6979b7c8
: clicktab.gadget V53.50 
 0x6bb2f098
: screenblanker.library V53.7 
 0x696e5210
: checkbox.gadget V53.12 
 0x69761bc0
: requester.class V53.20 
 0x696e50d0
: space.gadget V53.7 
 0x69b15a08
: chooser.gadget V53.22 
 0x696e5170
: penmap.image V53.6 
 0x696e5030
: bitmap.image V53.9 
 0x6bbc2f20
: integer.gadget V53.13 
 0x6ae31078
: listbrowser.gadget V53.74 
 0x6af74860
: scroller.gadget V53.16 
 0x6ed05020
: string.gadget V53.22 
 0x6af74558
: AK-JFIF.datatype V54.16 
 0x6ff90718
: hda.audio V6.8 
 0x6c403e94
: asl.library V53.54 
 0x6cfb2da8
: filesave.audio V6.5 
 0x6cfc23a4
: device.audio V6.2 
 0x6d03d724
: camd.library V53.7 
 0x6c5f1104
: usergroup.library V4.30 
 0x6c780a60
: bsdsocket.library V4.307 
 0x6ca2ddc8
: usbhidgate.library V53.3 
 0x6c9c976c
: textclip.library V53.4 
 0x6cdc0b6c
: hid.usbfd V53.14 
 0x6cf4e370
: button.gadget V53.22 
 0x6cf4e410
: glyph.image V53.4 
 0x6cf1b3b0
: window.class V54.14 
 0x6ccdde78
: popupmenu.class V53.2 
 0x6cfca7e8
: popupmenu.library V53.14 
 0x6cf4e2d0
: label.image V53.14 
 0x6cf4e230
: drawlist.image V53.3 
 0x6fef9c78
: layout.gadget V54.8 
 0x6ccddc90
: bevel.image V53.6 
 0x6ce656c8
: AK-ILBM.datatype V54.15 
 0x6cdc00d8
: AK-PNG.datatype V54.15 
 0x6d176c44
: picture.datatype V53.10 
 0x6cf09d70
: Picasso96API.library V54.18 
 0x6ce65424
: mpega.library V2.4 
 0x6cdc0060
: mathieeedoubbas.library V53.1 
 0x6cfc7d70
: datatypes.library V54.14 
 0x6cfcbc6c
: ft2.library V53.2 
 0x6ff15c4c
: workbench.library V53.62 
 0x6cedd8a0
: gadtools.library V53.8 
 0x6cfc79d8
: timezone.library V53.11 
 0x6ff0fe38
: application.library V53.30 
 0x6cfc733c
: commodities.library V53.10 
 0x6d1338cc
: icon.library V54.6 
 0x6ff0f820
: z.library V53.9 
 0x6d03dbd0
: iffparse.library V53.3 
 0x6ed1a0c8
: version.library V53.18 
 0x6ffb8ecc
: locale.library V54.2 
 0x6fef87ac
: diskfont.library V53.13 
 0x6ff9c9d8
: petunia.library V53.6 
 0x6ff09db8
: dos.library V54.112 
 0x6ff0f184
: usbprivate.library V53.22 
 0x6ff0d73c
: massstorage.usbfd V53.84 
 0x6ff0f03c
: hub.usbfd V53.11 
 0x6ff0d6a8
: bootkeyboard.usbfd V52.3 
 0x6ff0d628
: bootmouse.usbfd V53.3 
 0x6ff0d528
: mounter.library V53.20 
 0x6fef9e7c
: usbresource.library V53.22 
 0x6ff91518
: hunk.library V53.4 
 0x6fef9d74
: elf.library V53.30 
 0x6ff684d0
: intuition.library V54.28 
 0x6ff58a10
: keymap.library V53.9 
 0x6ff5a404
: nonvolatile.library V54.7 
 0x6ff7e9f0
: cybergraphics.library V43.0 
 0x6ff90420
: RadeonRX.chip V2.8 
 0x6ffa3420
: graphics.library V54.248 
 0x6fffe4f0
: layers.library V54.12 
 0x6ff50150
: rtg.library V54.90 
 0x6ff902a4
: PCIGraphics.card V53.18 
 0x6ffaa258
: newlib.library V53.62 
 0x6ff9f1ac
: utility.library V54.2 
 0x6ffa8398
: expansion.library V53.1 
 0x6cdc21fe
: rexxsyslib.library V53.4 (Legacy) 

Devices 
 0x6ccdc024
: serial.device V54.6 
 0x69b15454
: clipboard.device V53.5 
 0x6ee0fcc4
: ahi.device V6.6 
 0x6c0cd024
: p50x0_eth.device V52.6 
 0x6cf1cc94
: diskimage.device V53.4 
 0x6ff10b20
: usbsys.device V53.22 
 0x6ff91ca4
: p50x0sata.device V54.79 
 0x6ff91bf8
: vsata.device V54.8 
 0x6ff91b90
: ehci.usbhcd V53.26 
 0x6ff91af0
: ohci.usbhcd V53.22 
 0x6ff91a50
: uhci.usbhcd V53.15 
 0x6ff10258
: console.device V53.105 
 0x6ff5a530
: ramdrive.device V54.1 
 0x6ff58c5c
: input.device V53.6 
 0x6fef83b4
: keyboard.device V53.12 
 0x6ff5a050
: timer.device V53.4 

Tasks 
 rx_pm 
(Waiting) 
  
Stack: 0x6f2e1000 - 0x6f2e9000, pointer @ 0x6f2e8f40 (Cookie OK) 
  
Signals: SigRec 0x80000001, SigWait 0x00000000 
  State
: Task (Waiting) 
 
rx_gc (Waiting) 
  
Stack: 0x6f2e9000 - 0x6f2f1000, pointer @ 0x6f2f0f50 (Cookie OK) 
  
Signals: SigRec 0x80000001, SigWait 0x00000000 
  State
: Task (Waiting) 
 
Exec Command and Control (Waiting) 
  
Stack: 0x6f263000 - 0x6f267000, pointer @ 0x6f266f50 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
ClickToFront (Waiting) 
  
Stack: 0x69781004 - 0x69790ffc, pointer @ 0x69790ef0 (Cookie OK) 
  
Signals: SigRec 0xe000d000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
input.device (Waiting) 
  
Stack: 0x6f2c1000 - 0x6f2d1000, pointer @ 0x6f2d0f00 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
P50x0 Ethernet (Waiting) 
  
Stack: 0x6cf17000 - 0x6cf18000, pointer @ 0x6cf17f20 (Cookie OK) 
  
Signals: SigRec 0x00001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
USB stack (Waiting) 
  
Stack: 0x6f26b000 - 0x6f26f000, pointer @ 0x6f26ef20 (Cookie OK) 
  
Signals: SigRec 0xf800d000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
EHCI Controller Task Unit 1 (Waiting) 
  
Stack: 0x6eda9000 - 0x6edb1000, pointer @ 0x6edb0f10 (Cookie OK) 
  
Signals: SigRec 0xbe009000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
EHCI Controller Task Unit 0 (Waiting) 
  
Stack: 0x6edf5000 - 0x6edfd000, pointer @ 0x6edfcf10 (Cookie OK) 
  
Signals: SigRec 0xbe009000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
p50x0sata.device Port 1 (Waiting) 
  
Stack: 0x6f01d000 - 0x6f02ba60, pointer @ 0x6f02b900 (Cookie OK) 
  
Signals: SigRec 0xc0007000, SigWait 0x10000000 
  State
: Task (Waiting) 
 
p50x0sata.device Port 0 (Waiting) 
  
Stack: 0x6f239000 - 0x6f247a60, pointer @ 0x6f247900 (Cookie OK) 
  
Signals: SigRec 0xc0007000, SigWait 0x10000000 
  State
: Task (Waiting) 
 
hid.usbfd (Waiting) 
  
Stack: 0x6c7c5004 - 0x6c7ccffc, pointer @ 0x6c7ccea0 (Cookie OK) 
  
Signals: SigRec 0xe0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
HID Joystick (Waiting) 
  
Stack: 0x6c9f5004 - 0x6ca04ffc, pointer @ 0x6ca04f20 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
DH2/NGFileSystem 54.34  (Waiting) 
  
Stack: 0x6da93004 - 0x6da9affc, pointer @ 0x6da9ad60 (Cookie OK) 
  
Signals: SigRec 0xf0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
DH1/NGFileSystem 54.34  (Waiting) 
  
Stack: 0x6e382004 - 0x6e389ffc, pointer @ 0x6e389d60 (Cookie OK) 
  
Signals: SigRec 0xf0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
DH0/NGFileSystem 54.34  (Waiting) 
  
Stack: 0x6ec53004 - 0x6ec5affc, pointer @ 0x6ec5ad60 (Cookie OK) 
  
Signals: SigRec 0xf0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
hid.usbfd (Waiting) 
  
Stack: 0x6ece1004 - 0x6ece8ffc, pointer @ 0x6ece8ea0 (Cookie OK) 
  
Signals: SigRec 0xe0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
HID Mouse (Waiting) 
  
Stack: 0x6c765004 - 0x6c774ffc, pointer @ 0x6c774ef0 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
ICD1/CDFileSystem 53.8  (Waiting) 
  
Stack: 0x6c87c004 - 0x6c88bffc, pointer @ 0x6c88bf20 (Cookie OK) 
  
Signals: SigRec 0x00000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
ICD0/CDFileSystem 53.8  (Waiting) 
  
Stack: 0x6c8ff004 - 0x6c90effc, pointer @ 0x6c90ef20 (Cookie OK) 
  
Signals: SigRec 0x00000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
reaper.task (Waiting) 
  
Stack: 0x6d0e1004 - 0x6d0e8ffc, pointer @ 0x6d0e8e50 (Cookie OK) 
  
Signals: SigRec 0x00007000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
hid.usbfd (Waiting) 
  
Stack: 0x6c7b9004 - 0x6c7c0ffc, pointer @ 0x6c7c0ea0 (Cookie OK) 
  
Signals: SigRec 0xe0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
HID Keyboard (Waiting) 
  
Stack: 0x6c6c6004 - 0x6c6d5ffc, pointer @ 0x6c6d5f00 (Cookie OK) 
  
Signals: SigRec 0x90001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
RAM/ram-handler 54.24  (Waiting) 
  
Stack: 0x6d05d004 - 0x6d060ffc, pointer @ 0x6d060d40 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
WinFrame 3 Process (Waiting) 
  
Stack: 0x65463004 - 0x654a2ffc, pointer @ 0x654a2eb0 (Cookie OK) 
  
Signals: SigRec 0xff800000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
WinFrame 4 Process (Waiting) 
  
Stack: 0x6626f004 - 0x662aeffc, pointer @ 0x662aeeb0 (Cookie OK) 
  
Signals: SigRec 0xff800000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x663f5004 - 0x66404ffc, pointer @ 0x66404e20 (Cookie OK) 
  
Signals: SigRec 0xb0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
URL/launch-handler 53.39  (Waiting) 
  
Stack: 0x6c6da004 - 0x6c754ffc, pointer @ 0x6c750fa0 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
RANDOM/Random-Handler 52.1  (Waiting) 
  
Stack: 0x6c7a5004 - 0x6c7b4ffc, pointer @ 0x6c7b4ef0 (Cookie OK) 
  
Signals: SigRec 0x00000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x65413004 - 0x65422ffc, pointer @ 0x65422e20 (Cookie OK) 
  
Signals: SigRec 0xb0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
PIPE/queue-handler 53.4  (Waiting) 
  
Stack: 0x662fc004 - 0x6630bffc, pointer @ 0x6630bd20 (Cookie OK) 
  
Signals: SigRec 0x80006100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
PIPE/queue-handler 53.4  (Waiting) 
  
Stack: 0x6631b004 - 0x6632affc, pointer @ 0x6632ad20 (Cookie OK) 
  
Signals: SigRec 0x80006100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
dos_filedir_notify (Waiting) 
  
Stack: 0x6ec98004 - 0x6ec9cffc, pointer @ 0x6ec9beb0 (Cookie OK) 
  
Signals: SigRec 0x40001000, SigWait 0x80000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x68e2d004 - 0x68e3cffc, pointer @ 0x68e3ce20 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x69507004 - 0x69516ffc, pointer @ 0x69516e20 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x69575004 - 0x69584ffc, pointer @ 0x69584e20 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x696b0004 - 0x696bfffc, pointer @ 0x696bfe20 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x6972d004 - 0x6973cffc, pointer @ 0x6973ce20 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x697eb004 - 0x697faffc, pointer @ 0x697fae20 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x69858004 - 0x69867ffc, pointer @ 0x69867e20 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x698dd004 - 0x698ecffc, pointer @ 0x698ece20 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
Camd Wait Proc (Waiting) 
  
Stack: 0x6ae7d004 - 0x6af71ffc, pointer @ 0x6af71f10 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x6d006004 - 0x6d015ffc, pointer @ 0x6d015e20 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
AUDIO/AHI-Handler 6.2  (Waiting) 
  
Stack: 0x6c953004 - 0x6c963004, pointer @ 0x6c962ed0 (Cookie OK) 
  
Signals: SigRec 0x00000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
APPDIR/appdir-handler 54.17  (Waiting) 
  
Stack: 0x6c9b1004 - 0x6c9c0ffc, pointer @ 0x6c9c0ec0 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
ENV/env-handler 54.18  (Waiting) 
  
Stack: 0x6d049004 - 0x6d050ffc, pointer @ 0x6d050ef0 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x6d165004 - 0x6d16cffc, pointer @ 0x6d16ce20 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
RAW/con-handler 53.82  (Waiting) 
  
Stack: 0x6d17d004 - 0x6d184ffc, pointer @ 0x6d184e20 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x6d1a9004 - 0x6d1b0ffc, pointer @ 0x6d1b0e20 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
dos_nbmd_process (Waiting) 
  
Stack: 0x6ecc1004 - 0x6ecc4ffc, pointer @ 0x6ecc4f30 (Cookie OK) 
  
Signals: SigRec 0x00001100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
dos_lock_handler (Waiting) 
  
Stack: 0x6ecc9004 - 0x6ecccffc, pointer @ 0x6ecccf00 (Cookie OK) 
  
Signals: SigRec 0x00001100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
RexxMaster (Waiting) 
  
Stack: 0x6c651004 - 0x6c660ffc, pointer @ 0x6c660ec0 (Cookie OK) 
  
Signals: SigRec 0xc0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
diskimage.device unit 5 (Waiting) 
  
Stack: 0x6c84d004 - 0x6c860ffc, pointer @ 0x6c860c50 (Cookie OK) 
  
Signals: SigRec 0xc0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
diskimage.device unit 4 (Waiting) 
  
Stack: 0x6c8b8004 - 0x6c8cbffc, pointer @ 0x6c8cbc50 (Cookie OK) 
  
Signals: SigRec 0xc0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
TEXTCLIP/textclip-handler 53.4  (Waiting) 
  
Stack: 0x6c789004 - 0x6c798ffc, pointer @ 0x6c798ec0 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
compose.task (Waiting) 
  
Stack: 0x6c51d000 - 0x6c525000, pointer @ 0x6c524f30 (Cookie OK) 
  
Signals: SigRec 0x00000021, SigWait 0x00000000 
  State
: Task (Waiting) 
 
Workbench (Waiting) 
  
Stack: 0x6c0a1004 - 0x6c0b0ffc, pointer @ 0x6c0b0e50 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
ScreenBlanker Library. (Waiting) 
  
Stack: 0x6952f004 - 0x6953fffc, pointer @ 0x6953ff00 (Cookie OK) 
  
Signals: SigRec 0xb4001000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
serial.device (Waiting) 
  
Stack: 0x6968f000 - 0x69697000, pointer @ 0x69696f30 (Cookie OK) 
  
Signals: SigRec 0x7e000000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
Workbench DosList Notify (Waiting) 
  
Stack: 0x6adcb004 - 0x6addaffc, pointer @ 0x6addaf40 (Cookie OK) 
  
Signals: SigRec 0x00003000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
ramlib (Waiting) 
  
Stack: 0x6d09f004 - 0x6d0b7ffc, pointer @ 0x6d0b7f20 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
MUI imagespace screen notify (Waiting) 
  
Stack: 0x680d0004 - 0x680dfffc, pointer @ 0x680dfd30 (Cookie OK) 
  
Signals: SigRec 0xc0001000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
ContextMenus Command Dispatcher (Waiting) 
  
Stack: 0x683aa004 - 0x683b9ffc, pointer @ 0x683b9f30 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
texteditor.gadget Clipboard Server (Waiting) 
  
Stack: 0x69475004 - 0x6948dffc, pointer @ 0x6948df00 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
string.gadget server (Waiting) 
  
Stack: 0x68e19004 - 0x68e28ffc, pointer @ 0x68e28db0 (Cookie OK) 
  
Signals: SigRec 0x40000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
Workbench Clipboard Server (Waiting) 
  
Stack: 0x69b1e004 - 0x69b2dffc, pointer @ 0x69b2def0 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
NotificationServer (Waiting) 
  
Stack: 0x696c4004 - 0x696e3ffc, pointer @ 0x696e3b10 (Cookie OK) 
  
Signals: SigRec 0xbc001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
AmiDock (Waiting) 
  
Stack: 0x698f9004 - 0x69908ffc, pointer @ 0x69908740 (Cookie OK) 
  
Signals: SigRec 0x00000100, SigWait 0x00080000 
  State
: Process (Waiting) 
 
TCP/IP Control (Waiting) 
  
Stack: 0x6bc24004 - 0x6bd18ffc, pointer @ 0x6bd18dc0 (Cookie OK) 
  
Signals: SigRec 0xf8009080, SigWait 0x00000100 
  State
: Process (Waiting) 
 
hub.usbfd (Waiting) 
  
Stack: 0x6ed69004 - 0x6ed70ffc, pointer @ 0x6ed70eb0 (Cookie OK) 
  
Signals: SigRec 0x30000000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
hub.usbfd (Waiting) 
  
Stack: 0x6ed79004 - 0x6ed80ffc, pointer @ 0x6ed80eb0 (Cookie OK) 
  
Signals: SigRec 0x30000000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
ELF Collector (Waiting) 
  
Stack: 0x6ec83004 - 0x6ec93ffc, pointer @ 0x6ec93e70 (Cookie OK) 
  
Signals: SigRec 0x00000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
vsata disk changer (Waiting) 
  
Stack: 0x6edfd000 - 0x6ee0ba60, pointer @ 0x6ee0b9b0 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
DigiClock (Waiting) 
  
Stack: 0x6951b004 - 0x6952affc, pointer @ 0x6952a120 (Cookie OK) 
  
Signals: SigRec 0xe0001000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
TCP/IP Superserver (Waiting) 
  
Stack: 0x6bd1d004 - 0x6be11ffc, pointer @ 0x6be119f0 (Cookie OK) 
  
Signals: SigRec 0xd0000080, SigWait 0x00000100 
  State
: Process (Waiting) 
 
Odyssey (Waiting) 
  
Stack: 0x6b940004 - 0x6bb28ffc, pointer @ 0x6bb28c60 (Cookie OK) 
  
Signals: SigRec 0x03e2d000, SigWait 0x10000080 
  State
: Process (Waiting) 
 [
OWB] Timer (Waiting) 
  
Stack: 0x67935004 - 0x67944ffc, pointer @ 0x67944ee0 (Cookie OK) 
  
Signals: SigRec 0x50000000, SigWait 0x20000000 
  State
: Process (Waiting) 
 
Shell Process (Waiting) 
  
Stack: 0x65427004 - 0x65436ffc, pointer @ 0x65436ba0 (Cookie OK) 
  
Signals: SigRec 0x00000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
Mounter GUI (Waiting) 
  
Stack: 0x6ca46004 - 0x6ca59ffc, pointer @ 0x6ca59e10 (Cookie OK) 
  
Signals: SigRec 0x80007000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
application.library messageserver (Waiting) 
  
Stack: 0x6cf4f000 - 0x6cf4ffa0, pointer @ 0x6cf4ff10 (Cookie OK) 
  
Signals: SigRec 0xc0000000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
ScreenBlankerEngine (Waiting) 
  
Stack: 0x69807004 - 0x69816ffc, pointer @ 0x69816c00 (Cookie OK) 
  
Signals: SigRec 0xd8001000, SigWait 0x00000100 
  State
: Process (Waiting) 
 [
OWB] IconDatabase (Waiting) 
  
Stack: 0x66924004 - 0x669a3ffc, pointer @ 0x669a3e80 (Cookie OK) 
  
Signals: SigRec 0x00000010, SigWait 0x00000000 
  State
: Process (Waiting) 
 [
OWB] JavaScriptCore::BlockFree (Waiting) 
  
Stack: 0x668a0004 - 0x6691fffc, pointer @ 0x6691fed0 (Cookie OK) 
  
Signals: SigRec 0x00000010, SigWait 0x00000000 
  State
: Process (Waiting) 
 
clipview.library server (Waiting) 
  
Stack: 0x6c2cf004 - 0x6c2eeffc, pointer @ 0x6c2eedf0 (Cookie OK) 
  
Signals: SigRec 0xd8003000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
ContextMenus (Waiting) 
  
Stack: 0x69749004 - 0x69758ffc, pointer @ 0x69758c90 (Cookie OK) 
  
Signals: SigRec 0xe0001000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
AsyncWB (Waiting) 
  
Stack: 0x69888004 - 0x69897ffc, pointer @ 0x69897e90 (Cookie OK) 
  
Signals: SigRec 0xc0001000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
« IPrefs » (Waiting) 
  
Stack: 0x6ceef004 - 0x6cefeffc, pointer @ 0x6cefea20 (Cookie OK) 
  
Signals: SigRec 0x0000f000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
InfoWB (Waiting) 
  
Stack: 0x69591004 - 0x695a0ffc, pointer @ 0x695a0c90 (Cookie OK) 
  
Signals: SigRec 0xf8001000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
select.gadget prefs (Waiting) 
  
Stack: 0x6ec6f004 - 0x6ec7effc, pointer @ 0x6ec7eca0 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
TCP/IP Configuration (Waiting) 
  
Stack: 0x6be16004 - 0x6bf0affc, pointer @ 0x6bf0ae10 (Cookie OK) 
  
Signals: SigRec 0xf8003000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
DefIcons (Waiting) 
  
Stack: 0x69874004 - 0x69883ffc, pointer @ 0x69883db0 (Cookie OK) 
  
Signals: SigRec 0x80009000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
TCP/IP Log (Waiting) 
  
Stack: 0x6bf0f004 - 0x6c003ffc, pointer @ 0x6c003f00 (Cookie OK) 
  
Signals: SigRec 0x80003000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
Background CLI [c:AmigaKeyRemapper.os4] (Waiting) 
  
Stack: 0x6c30b004 - 0x6c3ffffc, pointer @ 0x6c3ffe60 (Cookie OK) 
  
Signals: SigRec 0x00001000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
ConClip (Waiting) 
  
Stack: 0x6c67d004 - 0x6c68cffc, pointer @ 0x6c68ceb0 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
USB stack Process (Waiting) 
  
Stack: 0x6ca6e004 - 0x6ca7dffc, pointer @ 0x6ca7dee0 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
MassStorage Notifier (Waiting) 
  
Stack: 0x6f248000 - 0x6f24fd00, pointer @ 0x6f24fc70 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
DST watcher (Waiting) 
  
Stack: 0x6ce6c004 - 0x6ce7bffc, pointer @ 0x6ce7bf10 (Cookie OK) 
  
Signals: SigRec 0xc0000000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
hub.usbfd (Waiting) 
  
Stack: 0x6ed2d004 - 0x6ed34ffc, pointer @ 0x6ed34eb0 (Cookie OK) 
  
Signals: SigRec 0x30000000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
hub.usbfd (Waiting) 
  
Stack: 0x6ed21004 - 0x6ed28ffc, pointer @ 0x6ed28eb0 (Cookie OK) 
  
Signals: SigRec 0x30000000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
DMA2 Channel 4 Handler (Waiting) 
  
Stack: 0x6f25f000 - 0x6f263000, pointer @ 0x6f262ee0 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
DMA1 Channel 4 Handler (Waiting) 
  
Stack: 0x6f27b000 - 0x6f27f000, pointer @ 0x6f27eee0 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
DMA2 Channel 3 Handler (Waiting) 
  
Stack: 0x6f277000 - 0x6f27b000, pointer @ 0x6f27aee0 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
DMA1 Channel 3 Handler (Waiting) 
  
Stack: 0x6f273000 - 0x6f277000, pointer @ 0x6f276ee0 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
DMA2 Channel 2 Handler (Waiting) 
  
Stack: 0x6f26f000 - 0x6f273000, pointer @ 0x6f272ee0 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
DMA1 Channel 2 Handler (Waiting) 
  
Stack: 0x6f2dd000 - 0x6f2e1000, pointer @ 0x6f2e0ee0 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
DMA2 Channel 1 Handler (Waiting) 
  
Stack: 0x6f2d9000 - 0x6f2dd000, pointer @ 0x6f2dcee0 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
DMA1 Channel 1 Handler (Waiting) 
  
Stack: 0x6f2d5000 - 0x6f2d9000, pointer @ 0x6f2d8ee0 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
test (Suspended) 
  
Stack: 0x65f1b0a0 - 0x65f1f090, pointer @ 0x02239f90 (Cookie OK) 
  
Signals: SigRec 0x00000000, SigWait 0x00000000 
  State
: Process (Suspended) 
 
Shell Process [SimpleDebug] (Crashed) 
  
Stack: 0x644c0004 - 0x646a8ffc, pointer @ 0x646a8740 (Cookie OK) 
  
Signals: SigRec 0x00000100, SigWait 0x80000000 
  State
: Process (Crashed) 
 
Mounter Task (Waiting) 
  
Stack: 0x6f250000 - 0x6f25ea60, pointer @ 0x6f25e970 (Cookie OK) 
  
Signals: SigRec 0xb0001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
Mounter Companion Process (Waiting) 
  
Stack: 0x6ca8a004 - 0x6ca99ffc, pointer @ 0x6ca99f40 (Cookie OK) 
  
Signals: SigRec 0x80003000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
ramlib.support (Waiting) 
  
Stack: 0x6d0c4004 - 0x6d0dcffc, pointer @ 0x6d0dcf00 (Cookie OK) 
  
Signals: SigRec 0x80005000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
dos_signal_server (Waiting) 
  
Stack: 0x6eca1004 - 0x6eca4ffc, pointer @ 0x6eca4f20 (Cookie OK) 
  
Signals: SigRec 0x0000f000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
appdir envarc manager (Waiting) 
  
Stack: 0x6c995004 - 0x6c9a4ffc, pointer @ 0x6c9a3be0 (Cookie OK) 
  
Signals: SigRec 0x80005000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CPUDock_idleTask (Ready) 
  
Stack: 0x69464000 - 0x69466000, pointer @ 0x69465f60 (Cookie OK) 
  
Signals: SigRec 0x40000000, SigWait 0x00000000 
  State
: Task (Ready) 
 
idle.task (Ready) 
  
Stack: 0x6ff7f000 - 0x6ff80000, pointer @ 0x6ff7ffc0 (Cookie OK) 
  
Signals: SigRec 0x00000000, SigWait 0x00000000 
  State
: Task (Ready)

Go to top
Re: SpotLess tests need it to find out one bug
Quite a regular
Quite a regular


See User information
Actually, I think my issue is exactly post #1 from this thread: https://www.amigans.net/modules/newbb/ ... id=129743#forumpost129743.

Guess I will have to RTFT.

But, do we have now a working debugger for C code at least?

Go to top

  Register To Post
« 1 2 3 (4) 5 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project