Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
26 user(s) are online (15 user(s) are browsing Forums)

Members: 1
Guests: 25

VooDoo, more...

Support us!

Headlines

 
  Register To Post  

MOD replay in IMP3 freezes OS4
Just popping in
Just popping in


See User information
Hi,

I know that IMP3 is not so popular for OS4 users, but still, maybe somebody might help me with my issue.

IMP3 is rock solid as long as I do not play any mods. But when I play mods, I get strange crashes and the system freezes.

The crashes/freezes happens only when the current playback of the mod is finished. I added KPrintf calls to the OS4 ptreplay library, and it seems the crashes happen somewhere around the code that unloads the mod.

The strange thing is that the first crash is neither IMP3 nor the ptreplay/ptplay library. The serial output captures a partial crash in CPUDock_idleTask. Then I see another partial crash that is not connected to any other program, but just some raw code in OS4's kernel.

The crashes are also not conneted to the song playing. I noted what song crashed, and replaying the song multiple times does not trigger another crash.

I have heard that other people do not have any issues with mod playback on OS4. Not sure what is different in their system compared to mine.

Accourding to SysMon I have a Creative Labs Sound Core3D / Recon3D / Z-Series with Harald Kanning's hda.audio 6.11 driver.

Thank you and best regards,
Josef

Go to top
Re: MOD replay in IMP3 freezes OS4
Home away from home
Home away from home


See User information
@FlynnTheAvatar

It does crash eventually, but it can work for hours, before it happens.

I use a modified version of ptplay.library for OS4, with added support for vumeter, maybe that helps, but I do not think IMP3 actually uses that.

No idea, if it’s a async issue, (unloaded, before the vumeter has stopped displaying), or if its caused by different modules, maybe it a playback issue, its hard to say.

you, need to track, what order things is happening, make sure nothing has happened out of order.

also things like non initialized data, can be issue, freeing things that’s already freed, closing unnecessary libraries like dos.library without opening it first, all kind issue can cause crashes over time.

Where it crashes has nothing to do with why it crashes, why it crashes comes from something that should have happened, before or something is not as expected before, the place it crashed, often.

is the pointers and the data valid, at the point of crash.
is the code doing what it should.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: MOD replay in IMP3 freezes OS4
Just popping in
Just popping in


See User information
@LiveForIt

I added debug messages everywhere, but it did not help track the issue down.

A typical crash looks like this:
ptreplay::PTSetVolume
ptreplay
::PTStop
ptreplay
::_PTSendCommand
ptreplay
::_PTSendCommand PutMsg
ptreplay
::_PTSendCommand WaitPort
kernel 54.30 
(1.1.2021AmigaOne X5000 release
Machine model
(AmigaOne X5000/20)
Dump of context at 0xEFDFDBA0
Trap type
DSI exception
DSISR
00000000  DAR6597CFFC
No matching page found
Machine State 
(raw): 0x00023032
Machine State 
(verbose): [Critical Ints on] [Super] [IAT on] [DAT on] [Recoverable]
Instruction pointer0x7FBC3E84
Crashed task
CPUDock_idleTask (0x6A422360)
DSI verbose error descriptionAccess was a load operation
Exception Syndrome Register
0x00000000
 0
0000000C 021F9C60 00000002 00000003 00000000 5B4E1200 0235BDCC 0235EE5C
 8
FFFFFFFF FFFFFFFC 6597CFFC 6597D000 00000000 0000000D 00001000 00001000
16
6597D000 00000001 0000013A 00000001 00008000 00008000 00000000 00000000
24
FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF 00000000 00000000 00000000 6416A000
CR
39A55999   XER8000007E  CTR7FBC3E78  LR7FBC3F58

Disassembly of crash site
:
 
7FBC3E744BFFFE5C   b                 0x7FBC3Cplayer_mainGot STOP command
player_main
Getting Mutex
player_main
Seek to 0
player_main
Releasing Mutex
player_main
Got PAUSE command
player_main
Replying message
ptreplay
::_PTSendCommand GetMsg
ptreplay
::_PTSendCommand Got kernel 54.30 (1.1.2021AmigaOne X5000 release
Machine model
(AmigaOne X5000/20)
Dump of context at 0xEFD647C0
Trap type
DSI exception
DSISR
00000000  DAR6597CFFC
No matching page found
Machine State 
(raw): 0x00023032
Machine State 
(verbose): [Critical Ints on] [Super] [IAT on] [DAT on] [Recoverable]
Instruction pointer0x7FBC3E84
Crashed process
imp3 (0x69F60AF0)
DSI verbose error descriptionAccess was a load operation
Exception Syndrome Register
0x00000000
 0
0000000C 021F6C60 00000002 00000003 00000000 FFFFFFFF 6FF9E1AC 8000000B
 8
FFFFFFFF FFFFFFFC 6597CFFC 6597D000 00000000 0000000D 6B640964 021FA968
16
65BA8004 65BBBFFC 00000200 6B8A4BA0 00000014 00000002 8000000F 8000000E
24
8000000A 00DFF000 FFFFFFFF FFFFFFFF 021FA968 6FFFE300 00000000 6416A000
CR
39933939   XERA000007E  CTR7FBC3E78  LR7FBC393C

Disassembly of crash site
:
 
7FBC3E744BFFFE5C   b                 0x7FBC3CD0
 7FBkernel 54.30 
(1.1.2021AmigaOne X5000 release
Machine model
(AmigaOne X5000/20)
Dump of context at 0xEFD607C0
Trap type
DSI exception
DSISR
00000000  DAR6597CFFC
No matching page found
Machine State 
(raw): 0x00023032
Machine State 
(verbose): [Critical Ints on] [Super] [IAT on] [DAT on] [Recoverable]
Instruction pointer0x7FBC3E84
Crashed process
TwinVNC_OS4 (0x5AC5DAD0)
DSI verbose error descriptionAccess was a load operation
Exception Syndrome Register
0x00000000
 0
0000000C 021F3C60 00000002 00000003 00000000 FFFFFFFF 6FF9E1AC 8000000B
 8
FFFFFFFF FFFFFFFC 6597CFFC 6597D000 00000000 64A6B980 00000003 6FFA3420
16
: 00000008 00000006 00000200 6BC6B740 00000014 00000002 8000000F 8000000E
24
8000000A 00DFF000 FFFFFFFF FFFFFFFF 021FA968 6FFFE300 00000000 6416A000
CR
39355939   XERE000006F  CTR7FBC3E78  LR7FBC393C

Disassembly of crash site
:
kernel 54.30 (1.1.2021AmigaOne X5000 release
Machine model
(AmigaOne X5000/20)
Dump of context at 0xEFFF33E0
Trap type
ISI exception
Machine State 
(raw): 0x00023032
Machine State 
(verbose): [Critical Ints on] [Super] [IAT on] [DAT on] [Recoverable]
Instruction pointer0x4CA0328C
Crashed task
idle.task (0x6FFAA360)
Instruction fetch in non-execute page
Exception Syndrome Register
0x00800000
 0
: 01842C60 021F0EB0 00000002 56F36000 00001000 00000002 0235BDCC 0235BE3C
 8
56F37000 4CA0328C 01818D7C 6BF70000 6FFA0000 0000000D 0000000E 0000000F
16
00000010 00000011 00000012 6FFA0BA0 00000014 00000002 8000000F 8000000E
24
8000000A 00DFF000 00000000 56F36000 00000002 00001000 56F36000 021F20F0
CR
39ADB935   XERC000006F  CTR4CA0328C  LR: 01808714
No Disassembly (ISI)
msr0x00023032
TLB1 
(64 entries):
 * [ 
53]: size=7 tid 0 TS 1 epn=0xFE000000 rpn=0x0000000F_FE000000 WIMG=0x5 XXWWRR=0xF protected
 * [ 
54]: size=6 tid 0 TS 1 epn=0x01000000 rpn=0x00000000_01000000 WIMG=0x0 XXWWRR=0x5 protected
 * [ 
55]: size=6 tid 0 TS 1 epn=0x01400000 rpn=0x00000000_01400000 WIMG=0x0 XXWWRR=0x5 protected
 * [ 
56]: size=6 tid 0 TS 1 epn=0x01800000 rpn=0x00000000_01800000 WIMG=0x0 XXWWRR=0x33 protected
 * [ 
57]: size=6 tid 0 TS 1 epn=0x01C00000 rpn=0x00000000_01C00000 WIMG=0x0 XXWWRR=0x33 protected
 * [ 
58]: size=6 tid 0 TS 1 epn=0x02000000 rpn=0x00000000_02000000 WIMG=0x0 XXWWRR=0xF protected
 * [ 
59]: size=3 tid 0 TS 1 epn=0x02400000 rpn=0x00000000_02400000 WIMG=0x0 XXWWRR=0xF protected
 * [ 
60]: size=3 tid 0 TS 1 epn=0x02410000 rpn=0x00000000_02410000 WIMG=0x0 XXWWRR=0xF protected
 * [ 
61]: size=7 tid 0 TS 0 epn=0xFE000000 rpn=0x0000000F_FE000000 WIMG=0x5 XXWWRR=0xF protected
 * [ 
62]: size=A tid 0 TS 0 epn=0x00000000 rpn=0x00000000_00000000 WIMG=0x0 XXWWRR=0x3F protected
 * [ 
63]: size=A tid 0 TS 0 epn=0x40000000 rpn=0x00000000_40000000 WIMG=0x0 XXWWRR=0x3F protected
HAL_MaxTLB 52HAL_NextTLB 0
MMUCFG 
0x064809C4
mas0 
0x103F0000
mas1 
0xC0000A00
mas2 
0x40000000
mas3 
0x4000003F
mas4 
0x00000100
mas5 
0x00000000
mas6 
0x00000001
mas7 
0x00000000
mas8 
0x00000000

Kernel command line
debug munge debuglevel=1 serial

Registers pointing to code
:
r0 natkernel 54.30 (1.1.2021AmigaOne X5000 release
Machine model
(AmigaOne X5000/20)
Dump of context at 0xEFF327C0
Trap type
ISI exception
Machine State 
(raw): 0x00023032
Machine State 
(verbose): [Critical Ints on] [Super] [IAT on] [DAT on] [Recoverable]
Instruction pointer0x4CA0328C
Crashed process
reaper.task (0x6EAEDDB0)
Instruction fetch in non-execute page
Exception Syndrome Register
0x00000000
 0
: 01842C60 021EDEB0 00000002 56F36000 00001000 00000002 0235BDCC 0235BE3C
 8
56F37000 4CA0328C 01818D7C 6BF70000 6FFA0000 0000000D 021F0000 6CC49DFC
16
6FFAA360 021FA968 02007FE4 6CC885D0 00000014 00000002 8000000F 8000000E
24
8000000A 00DFF000 00000000 56F36000 00000002 00001000 56F36000 021F20F0
CR
39933935   XERC000006F  CTR4CA0328C  LR: 01808714
No Disassembly (ISI)
msr0x00023032
TLB1 
(64 entries):
 * [ 
53]: size=7 tid 0 TS 1 epn=0xFE000000 rpn=0x0000000F_FE000000 WIMG=0x5 XXWWRR=0xF protected
 * [ 
54]: size=6 tid 0 TS 1 epn=0x01000000 rpn=0x00000000_01000000 WIMG=0x0 XXWWRR=0x5 protected
 * [ 
55]: size=6 tid 0 TS 1 epn=0x01400000 rpn=0x00000000_01400000 WIMG=0x0 XXWWRR=0x5 protected
 * [ 
56]: size=6 tid 0 TS 1 epn=0x01800000 rpn=0x00000000_01800000 WIMG=0x0 XXWWRR=0x33 protected
 * [ 
57]: size=6 tid 0 TS 1 epn=0x01C00000 rpn=0x00000000_01C00000 WIMG=0x0 XXWWRR=0x33 protected
 * [ 
58]: size=6 tid 0 TS 1 epn=0x02000000 rpn=0x00000000_02000000 WIMG=0x0 XXWWRR=0xF protected
 * [ 
59]: size=3 tid 0 TS 1 epn=0x02400000 rpn=0x00000000_02400000 WIMG=0x0 XXWWRR=0xF protected
 * [ 
60]: size=3 tid 0 TS 1 epn=0x02410000 rpn=0x00000000_02410000 WIMG=0x0 XXWWRR=0xF protected
 * [ 
61]: size=7 tid 0 TS 0 epn=0xFE000000 rpn=0x0000000F_FE000000 WIMG=0x5 XXWWRR=0xF protected
 * [ 
62]: size=A tid 0 TS 0 epn=0x00000000 rpn=0x00000000_00000000 WIMG=0x0 XXWWRR=0x3F protected
 * [ 
63]: size=A tid 0 TS 0 epn=0x40000000 rpn=0x00000000_40000000 WIMG=0x0 XXWWRR=0x3F protected
HAL_MaxTLB 52HAL_NextTLB 0
MMUCFG 
0x064809C4
mas0 
0x103F0000
mas1 
0xC0000A00
mas2 
0x40000000
mas3 
0x4000003F
mas4 
0x00000100
mas5 
0x00000000
mas6 
0x00000001
mas7 
0x00000000
mas8 
0x00000000


Something (IMP3, ptplay.library, ptreplay.library) shrambles the system pretty good.

Maybe somebody spots something. I do not see anything major wrong in ptreplay's source code.

Go to top
Re: MOD replay in IMP3 freezes OS4
Home away from home
Home away from home


See User information
@FlynnTheAvatar

I see you have "ISI" , that’s should be illegal instruction, also you have DSI first..

It has jump into some place where there is no code, perhaps my modified libraries can help after all.

What is list call to a library before it crashes?

ptreplay::_PTSendCommand - WaitPort

Is the port valid? track where its free, and where its allocated.
and make sure, its NULL after being freed. (you don't want to guess.)

is WaitPort implemented, in ptreplay?

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: MOD replay in IMP3 freezes OS4
Home away from home
Home away from home


See User information
@FlynnTheAvatar

Ohhh….

Crashed task: CPUDock_idleTask (0x6A422360)
Crashed process: TwinVNC_OS4 (0x5AC5DAD0)

so when your playing modules random programs start crashing… is that not nice?
you most definitely have some kind of memory corruption issue.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: MOD replay in IMP3 freezes OS4
Just popping in
Just popping in


See User information
@LiveForIt

Thank you for you help. Having another pair of eyes is very helpful.

ptreplay.library uses IExec->WaitPort, and the port is valid. It will be released in _PTFreeModInternal (ptreplay_private.c). Something crashes before this code is reached. Also, code is using just one instance of the CMD and DIE message. It is also freed in _PTFreeModInternal.

I do not see where in ptreplay source a double free or usage after free should occur.

I never experienced a crash when skipping a module, only when reaches the end. So, ptreplay library might not be the issue here.

I did not check ptplay sources in detail, but it is much easier and uses no messages at all. And it allocs a MemoryPool at start and releases it at the end.

So, there might be a bug in IMP3 itself.

Go to top
Re: MOD replay in IMP3 freezes OS4
Home away from home
Home away from home


See User information
@FlynnTheAvatar

In any case, I assume that AHI, will play sample for a while, using SendIO(), there can be issue where sample is freed, before AHI has completed the playback, but if that causes corruption, I wont not think so. can cause a freeze.


Edited by LiveForIt on 2025/2/21 6:24:49
(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: MOD replay in IMP3 freezes OS4
Not too shy to talk
Not too shy to talk


See User information
I think it's an AHI bug!

I'm away from my X5000,
running the Apollo V4SA
at the moment and I get
random freeze with
stuttering sound after some time(hours).
Hippoplayer with H0ffmans complete library.


All differnt periods of time,
but feels like a memoryleek.


But it would be quite silly to
find a bug after all this years.

Maybe the hardware is doing something
weird that is at fault?

1989-> A500, A600, A3000, A4000, A1200, CD32, µA1, PegII, A1XE, CDTV, Amy/416D79, A1X5000, Vampire 500 V2+, Vampire 600 V2, Amy-ITX, Denise ITX <-2024
Go to top
Re: MOD replay in IMP3 freezes OS4
Home away from home
Home away from home


See User information
@khayoz

Hippo player uses a different players, or they are integrated, pretty sure its not opening any libraries, except ahi.

Typical Hippo crashes on Digi Booster modules or scream tracker or some not so common modules, some bugs was found in hippo player, and they should be fixed.

it closes dos.library, that’s not problem if dos.library is in rom, as it count be unloaded, but on AmigaOS4.x it does happen on lib count 0. after a while. that bug is fixed.

there was issue with scope, becouse its has its own thread, it was async bug, after while using vometers, that bug was fixed.

So if I was you, I use the latest version it should be a little more stable.

if you find a bug report the issue to github bug tracker.

One thing I can say about the hippo player module players, is that they do hook into some system interrupts. a crash in there will bring down the system.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: MOD replay in IMP3 freezes OS4
Just popping in
Just popping in


See User information
@khayoz

Thank you for the suggestion!

But sadly, it is not AHI or the soundcard driver. I disabled all IExec->DoIO calls and the IExec->AbortIO/IExec->WaitIO calls at the end.

IMP3 was going through the mods very, very quickly ;)

After a minute or so the system froze again:
kernel 54.30 (1.1.2021AmigaOne X5000 release
Machine model
(AmigaOne X5000/20)
Dump of context at 0xEFCF2000
Trap type
DSI exception
DSISR
: 00800000  DAR00000004
No matching page found
Machine State 
(raw): 0x0002F030
Machine State 
(verbose): [Critical Ints on] [ExtInt on] [User] [IAT on] [DAT on]
Instruction pointerin module kernel+0x000331C0 (0x018331C0)
Crashed processimp3 (0x6B87B620)
DSI verbose error descriptionAccess to address 0x00000004 not allowed by page protection in user state (protection violation)
Access was a store operation
Exception Syndrome Register
0x00800000
 0
01C4E180 6B3FB300 00000002 021FA968 6FF501D4 00000000 0000F8C1 00000000
 8
021FA968 69BD0908 021FA968 01C282C8 59333933 0000000D 0000000C 6FFA3420
16
: 00000008 000000C0 000000FF 00000008 6B3FB348 6B3FB78C 6FF5A140 00000000
24
000000FF 00000000 6FF501D4 6B3FB348 02400000 6FFFF800 00000000 6FF501B8
CR
59333933   XERA000007E  CTR: 018331BC  LR01C678C8

Disassembly of crash site
:
 018331
B081240000   lwz               r9,0(r4)
 018331
B490890004   stw               r4,4(r9)
 018331
B84E800020   blr
 
018331BC81240000   lwz               r9,0(r4)
>018331
C090850004   stw               r4,4(r5)
 018331
C491250000   stw               r9,0(r5)
 018331
C890A40000   stw               r5,0(r4)
 018331
CC81250000   lwz               r9,0(r5)
 018331
D090A90004   stw               r5,4(r9)
 018331
D44E800020   blr
msr
0x0002B032
TLB1 
(64 entries):
 * [ 
53]: size=7 tid 0 TS 1 epn=0xFE000000 rpn=0x0000000F_FE000000 WIMG=0x5 XXWWRR=0xF protected
 * [ 
54]: size=6 tid 0 TS 1 epn=0x01000000 rpn=0x00000000_01000000 WIMG=0x0 XXWWRR=0x5 protected
 * [ 
55]: size=6 tid 0 TS 1 epn=0x01400000 rpn=0x00000000_01400000 WIMG=0x0 XXWWRR=0x5 protected
 * [ 
56]: size=6 tid 0 TS 1 epn=0x01800000 rpn=0x00000000_01800000 WIMG=0x0 XXWWRR=0x33 protected
 * [ 
57]: size=6 tid 0 TS 1 epn=0x01C00000 rpn=0x00000000_01C00000 WIMG=0x0 XXWWRR=0x33 protected
 * [ 
58]: size=6 tid 0 TS 1 epn=0x02000000 rpn=0x00000000_02000000 WIMG=0x0 XXWWRR=0xF protected
 * [ 
59]: size=3 tid 0 TS 1 epn=0x02400000 rpn=0x00000000_02400000 WIMG=0x0 XXWWRR=0xF protected
 * [ 
60]: size=3 tid 0 TS 1 epn=0x02410000 rpn=0x00000000_02410000 WIMG=0x0 XXWWRR=0xF protected
 * [ 
61]: size=7 tid 0 TS 0 epn=0xFE000000 rpn=0x0000000F_FE000000 WIMG=0x5 XXWWRR=0xF protected
 * [ 
62]: size=A tid 0 TS 0 epn=0x00000000 rpn=0x00000000_00000000 WIMG=0x0 XXWWRR=0x3F protected
 * [ 
63]: size=A tid 0 TS 0 epn=0x40000000 rpn=0x00000000_40000000 WIMG=0x0 XXWWRR=0x3F protected
HAL_MaxTLB 52HAL_NextTLB 0
MMUCFG 
0x064809C4
mas0 
0x00020003
mas1 
0x80001100
mas2 
0x7FB9B000
mas3 
0x061F0033
mas4 
0x00000100
mas5 
0x00000000
mas6 
0x00000001
mas7 
0x00000000
mas8 
0x00000000

Kernel command line
debug munge debuglevel=1 serial

Registers pointing to code
:
r0 native kernel module graphics.library.kmod+0x00035d80
r3 
native kernel module kernel+0x009fa968
r8 
native kernel module kernel+0x009fa968
r10
native kernel module kernel+0x009fa968
r11
native kernel module graphics.library.kmod+0x0000fec8
r28
native kernel module bootimage+0x00b04e20
ip 
native kernel module kernel+0x000331c0
lr 
native kernel module graphics.library.kmod+0x0004f4c8
ctr
native kernel module kernel+0x000331bc

Stack trace
:
(
0x6B3FB300native kernel module kernel+0x000331c0
(0x6B3FB330native kernel module graphics.library.kmod+0x0004f4c8
(0x6B3FB410native kernel module graphics.library.kmod+0x00006ecc
(0x6B3FB440native kernel module graphics.library.kmod+0x00006ff0
(0x6B3FB4A0native kernel module graphics.library.kmod+0x000cd6d8
(0x6B3FB4E0native kernel module graphics.library.kmod+0x000cdcac
(0x6B3FB570native kernel module graphics.library.kmod+0x0000a0cc
(0x6B3FB850native kernel module graphics.library.kmod+0x00008ff8
(0x6B3FB8D0native kernel module intuition.library.kmod+0x0004d994
(0x6B3FB9A0native kernel module intuition.library.kmod+0x000304bc
(0x6B3FBCB0native kernel module graphics.library.kmod+0x000cc340
(0x6B3FBCF0native kernel module graphics.library.kmod+0x000cc440
(0x6B3FBD60native kernel module intuition.library.kmod+0x0007f364
(0x6B3FBE70native kernel module intuition.library.kmod+0x00029638
(0x6B3FBE90native kernel module intuition.library.kmod+0x00065400
(0x6B3FBEF0native kernel module intuition.library.kmod+0x00029f34
(0x6B3FBF20native kernel module intuition.library.kmod+0x0007fa04
(0x6B3FBFD0native kernel module intuition.library.kmod+0x00080164
(0x6B3FBFE0native kernel module kernel+0x00020094
(0x6B3FBFF00x63F67CCC [cannot decode symbol]

Disassembly of crash site:
 018331
B081240000   lwz               r9,0(r4)
 018331
B490890004   stw               r4,4(r9)
 018331
B84E800020   blr
 
018331BC81240000   lwz               r9,0(r4)
>018331
C090850004   stw               r4,4(r5)
 018331
C491250000   stw               r9,0(r5)
 018331
C890A40000   stw               r5,0(r4)
 018331
CC81250000   lwz               r9,0(r5)
 018331
D090A90004   stw               r5,4(r9)
 018331
D44E800020   blr
Stack pointer 
(0x6B3FB300is inside bounds
Redzone is OK 
(4)

68k register dump
DATA
00000001 00000000 0000FFFF 00000002 00000003 00000007 00000057 00000000
----> 00000001 "imp3" Hunk 0000 Offset 00000000 (SegList0x191098A9)
ADDR6FFA4000 830B4F00 FFFFFFFF 6B3E0692 6C6C8050 6B3E13EE 6F0A24D0 6B3FB8D0
Page information
:
Page not found

Ready Tasks
                                 HID Joystick 
(pri  10sigrec 0x00000000sigwait 0x80001000masked 0x00000000)
                                    
hid.usbfd (pri  10sigrec 0x00000100sigwait 0xE0000000masked 0x00000000)
                                 
TN ShadowNet (pri   5sigrec 0x00000180sigwait 0x00000100masked 0x00000100)
                           
WinFrame 1 Process (pri   5sigrec 0x00800000sigwait 0xFF800000masked 0x00800000)
                      
HOME/smb2-handler 53.7  (pri   5sigrec 0x80000180sigwait 0xC0000000masked 0x80000000)
                     
MUSIC/smb2-handler 53.7  (pri   5sigrec 0x80000180sigwait 0xC0000000masked 0x80000000)
                
AMIGA_SSH/ssh2-handler 53.12  (pri   5sigrec 0x80000100sigwait 0xC0000000masked 0x80000000)
                    
IDF0/FastFileSystem 53.2  (pri   5sigrec 0x20000000sigwait 0xA8000100masked 0x20000000)
                    
IDF1/FastFileSystem 53.2  (pri   5sigrec 0x20000000sigwait 0xA8000100masked 0x20000000)
                                 
compose.task (pri   1sigrec 0x00000020sigwait 0x00000021masked 0x00000020)
                                    
Workbench (pri   1sigrec 0x80000180sigwait 0x80000000masked 0x80000000)
              
ptreplay.library player process (pri   0sigrec 0x80000100sigwait 0x00000010masked 0x00000000)
                           
NotificationServer (pri   0sigrec 0x04000000sigwait 0xBC001000masked 0x04000000)
                                     
TuneNetR (pri   0sigrec 0x00000100sigwait 0x00000100masked 0x00000100)
                                      
TuneNet (pri   0sigrec 0x81000100sigwait 0x00000100masked 0x00000100)
                              
IMP3 Debugger (pri   0sigrec 0x00000100sigwait 0x00000100masked 0x00000100)
                               
TCP/IP Control (pri   0sigrec 0x50000100sigwait 0xF8009080masked 0x50000000)
                                      
AmiDock (pri   0sigrec 0x00180000sigwait 0x00000010masked 0x00000000)
                                    
hub.usbfd (pri   0sigrec 0x10000000sigwait 0x30000000masked 0x10000000)
                                    
hub.usbfd (pri   0sigrec 0x10000000sigwait 0x30000000masked 0x10000000)
                                        
Clock (pri   0sigrec 0x02000000sigwait 0x6E001000masked 0x02000000)
                                     
Calendar (pri   0sigrec 0x04000000sigwait 0xDC001000masked 0x04000000)
                                     
TuneNetR (pri  -1sigrec 0x00000100sigwait 0x00000100masked 0x00000100)
                            
dos_signal_server (pri  -5sigrec 0x00004000sigwait 0x0000F000masked 0x00004000)
                                
ELF Collector (pri  -5sigrec 0x00000100sigwait 0x00000100masked 0x00000100)
                             
CPUDock_idleTask (pri -127sigrec 0x00000000sigwait 0x40000000masked 0x00000000)
                                    
idle.task (pri -128sigrec 0x00000000sigwait 0x00000000masked 0x00000000)

Waiting Tasks
                     DH0
/NGFileSystem 54.106  (pri  10sigrec 0x00000100sigwait 0xF0000000masked 0x00000000)
                     
DH1/NGFileSystem 54.106  (pri  10sigrec 0x00000100sigwait 0xF0000000masked 0x00000000)
                  
EHCI Controller Task Unit 0 (pri  15sigrec 0x00000000sigwait 0xBE009000masked 0x00000000)
                                     
TuneNetR (pri  10sigrec 0x00000000sigwait 0x02000000masked 0x00000000)
                      
ahi.device Unit Process (pri  50sigrec 0x00000100sigwait 0xF000C000masked 0x00000000)
                     
DH0/NGFileSystem 54.106  (pri  10sigrec 0x00000100sigwait 0xF0000000masked 0x00000000)
                     
DH1/NGFileSystem 54.106  (pri  10sigrec 0x00000100sigwait 0xF0000000masked 0x00000000)
                  
EHCI Controller Task Unit 0 (pri  15sigrec 0x00000000sigwait 0xBE009000masked 0x00000000)
                               
P50x0 Ethernet (pri  20sigrec 0x00000000sigwait 0x00001000masked 0x00000000)
            
sii3114ide.device chip 0 port 0 (pri  12sigrec 0x00008000sigwait 0xC0000000masked 0x00000000)
                                        
rx_pm (pri 100sigrec 0x00000000sigwait 0x80000001masked 0x00000000)
                                 
input.device (pri  20sigrec 0x00000000sigwait 0x00000010masked 0x00000000)
                              
CygnusEd ver(pri   1sigrec 0x00000100sigwait 0x4E000000masked 0x00000000)
                           
vsata disk changer (pri   0sigrec 0x00000000sigwait 0x80000000masked 0x00000000)
                      
ICD1/CDFileSystem 53.8  (pri  10sigrec 0x00000000sigwait 0x00000100masked 0x00000000)
                      
ICD0/CDFileSystem 53.8  (pri  10sigrec 0x00000000sigwait 0x00000100masked 0x00000000)
                   
DH2/SmartFilesystem 1.293  (pri  11sigrec 0x00000000sigwait 0x00000100masked 0x00000000)
                       
CD0/CDFileSystem 53.8  (pri  10sigrec 0x00000000sigwait 0x00000100masked 0x00000000)
                                
serial.device (pri   1sigrec 0x00000000sigwait 0x7E000000masked 0x00000000)
                                    
hub.usbfd (pri   0sigrec 0x08000000sigwait 0x30000000masked 0x00000000)
                       
CygnusEd mouse blanker (pri  10sigrec 0x00000000sigwait 0x0000F000masked 0x00000000)
                                        
rx_gc (pri 100sigrec 0x00000000sigwait 0x80000001masked 0x00000000)
                      
p50x0sata.device Port 0 (pri  12sigrec 0x10000000sigwait 0xC0007000masked 0x00000000)
                           
dos_filedir_notify (pri   5sigrec 0x80000000sigwait 0x40001000masked 0x00000000)
                               
TN_PlayMasterR (pri   5sigrec 0x00000000sigwait 0x0000A001masked 0x00000000)
                         
TCP/IP Configuration (pri   0sigrec 0x00000100sigwait 0xF8003000masked 0x00000000)
                        
appdir envarc manager (pri -50sigrec 0x00000000sigwait 0x80005000masked 0x00000000)
                               
ramlib.support (pri  -2sigrec 0x00000000sigwait 0x80005000masked 0x00000000)
                                       
ramlib (pri   1sigrec 0x00000000sigwait 0x80001000masked 0x00000000)
                                   
sdkbrowser (pri  -1sigrec 0x00000100sigwait 0xB4001002masked 0x00000000)
                                 
ClickToFront (pri  21sigrec 0x00000100sigwait 0xE000D000masked 0x00000000)
                    
URL/launch-handler 53.39  (pri   5sigrec 0x00000100sigwait 0x80000000masked 0x00000000)
              
TEXTCLIP/textclip-handler 53.4  (pri   3sigrec 0x00000100sigwait 0x80000000masked 0x00000000)
                  
RANDOM/Random-Handler 52.1  (pri   5sigrec 0x00000000sigwait 0x00000100masked 0x00000000)
                                 
Mounter Task (pri  -1sigrec 0x00000000sigwait 0xB0001000masked 0x00000000)
                                  
Mounter GUI (pri   0sigrec 0x00000000sigwait 0x80007000masked 0x00000000)
                    
Mounter Companion Process (pri  -1sigrec 0x00000000sigwait 0x80003000masked 0x00000000)
                     
Workbench DosList Notify (pri   1sigrec 0x00000100sigwait 0x00003000masked 0x00000000)
                       
CON/con-handler 53.82  (pri   5sigrec 0x00000000sigwait 0xA0000100masked 0x00000000)
                                
Shell Process (pri   0sigrec 0x00000000sigwait 0x00000100masked 0x00000000)
                       
CON/con-handler 53.82  (pri   5sigrec 0x00000000sigwait 0xB0000100masked 0x00000000)
            
application.library messageserver (pri   0sigrec 0x00000000sigwait 0xC0000000masked 0x00000000)
                          
ScreenBlankerEngine (pri   0sigrec 0x00000100sigwait 0xD8001000masked 0x00000000)
                       
CON/con-handler 53.82  (pri   5sigrec 0x00000000sigwait 0xA0000100masked 0x00000000)
                   
DH2/SmartFilesystem 1.293  (pri  10sigrec 0x00000000sigwait 0xE0000100masked 0x00000000)
              
ContextMenus Command Dispatcher (pri   1sigrec 0x00000000sigwait 0x80001000masked 0x00000000)
                                 
ContextMenus (pri   0sigrec 0x00000100sigwait 0xE0001000masked 0x00000000)
                                   
RexxMaster (pri   4sigrec 0x00000100sigwait 0xC0000000masked 0x00000000)
                      
clipview.library server (pri   0sigrec 0x00000000sigwait 0xD8003000masked 0x00000000)
                                   
« IPrefs » (pri   0sigrec 0x00000000sigwait 0x0000F000masked 0x00000000)
                                      
AsyncWB (pri   0sigrec 0x00000100sigwait 0xC0001000masked 0x00000000)
                                       
InfoWB (pri   0sigrec 0x00000100sigwait 0xF8001000masked 0x00000000)
           
texteditor.gadget Clipboard Server (pri   1sigrec 0x00000100sigwait 0x80000000masked 0x00000000)
                          
select.gadget prefs (pri   0sigrec 0x00000100sigwait 0x80001000masked 0x00000000)
                       
CON/con-handler 53.82  (pri   5sigrec 0x00000000sigwait 0xA0000100masked 0x00000000)
                       
CON/con-handler 53.82  (pri   5sigrec 0x00000000sigwait 0xA0000100masked 0x00000000)
                       
CON/con-handler 53.82  (pri   5sigrec 0x00000000sigwait 0xA0000100masked 0x00000000)
                       
CON/con-handler 53.82  (pri   5sigrec 0x00000000sigwait 0xA0000100masked 0x00000000)
                                     
DefIcons (pri   0sigrec 0x00000100sigwait 0x80009000masked 0x00000000)
                       
CON/con-handler 53.82  (pri   5sigrec 0x00000000sigwait 0xA0000100masked 0x00000000)
                       
CON/con-handler 53.82  (pri   5sigrec 0x00000000sigwait 0xA0000100masked 0x00000000)
                       
CON/con-handler 53.82  (pri   5sigrec 0x00000000sigwait 0xA0000100masked 0x00000000)
                       
CON/con-handler 53.82  (pri   5sigrec 0x00000000sigwait 0xA0000100masked 0x00000000)
                         
string.gadget server (pri   1sigrec 0x00000100sigwait 0x40000000masked 0x00000000)
                      
p50x0sata.device Port 1 (pri  12sigrec 0x10000000sigwait 0xC0007000masked 0x00000000)
                   
Workbench Clipboard Server (pri   1sigrec 0x00000100sigwait 0x80000000masked 0x00000000)
                                   
TCP/IP Log (pri   0sigrec 0x00000000sigwait 0x80003000masked 0x00000000)
                                      
ConClip (pri   0sigrec 0x00000000sigwait 0x80000000masked 0x00000000)
                      
diskimage.device unit 1 (pri   4sigrec 0x00000100sigwait 0xC0000000masked 0x00000000)
                      
diskimage.device unit 0 (pri   4sigrec 0x00000100sigwait 0xC0000000masked 0x00000000)
                      
diskimage.device unit 5 (pri   4sigrec 0x00000100sigwait 0xC0000000masked 0x00000000)
                      
diskimage.device unit 4 (pri   4sigrec 0x00000100sigwait 0xC0000000masked 0x00000000)
                               
camdmidi.usbfd (pri  45sigrec 0x00000100sigwait 0x60001000masked 0x00000000)
                               
Camd Wait Proc (pri   5sigrec 0x00000000sigwait 0x80001000masked 0x00000000)
                            
USB stack Process (pri   0sigrec 0x00000000sigwait 0x80001000masked 0x00000000)
                       
AUDIO/AHI-Handler 6.2  (pri   5sigrec 0x00000000sigwait 0x00000100masked 0x00000000)
                 
APPDIR/appdir-handler 54.17  (pri   5sigrec 0x00000100sigwait 0x80000000masked 0x00000000)
                         
MassStorage Notifier (pri   0sigrec 0x00000000sigwait 0x80001000masked 0x00000000)
                                  
DST watcher (pri   0sigrec 0x00000000sigwait 0xC0000000masked 0x00000000)
                       
RAM/ram-handler 54.24  (pri  10sigrec 0x00000100sigwait 0x80000000masked 0x00000000)
                       
ENV/env-handler 54.18  (pri   5sigrec 0x00000100sigwait 0x80000000masked 0x00000000)
                       
CON/con-handler 53.82  (pri   5sigrec 0x00000000sigwait 0xA0000100masked 0x00000000)
                       
RAW/con-handler 53.82  (pri   5sigrec 0x00000000sigwait 0xA0000100masked 0x00000000)
                       
CON/con-handler 53.82  (pri   5sigrec 0x00000000sigwait 0xA0000100masked 0x00000000)
                          
SFS DosList handler (pri  19sigrec 0x00000000sigwait 0x80000000masked 0x00000000)
                             
dos_nbmd_process (pri   5sigrec 0x00000000sigwait 0x00001100masked 0x00000000)
                             
dos_lock_handler (pri   5sigrec 0x00000000sigwait 0x00001100masked 0x00000000)
                                    
hub.usbfd (pri   0sigrec 0x00000000sigwait 0x30000000masked 0x00000000)
                     
Exec Command and Control (pri  30sigrec 0x00000000sigwait 0x80000000masked 0x00000000)
                       
DMA2 Channel 4 Handler (pri   0sigrec 0x00000000sigwait 0x80001000masked 0x00000000)
                       
DMA1 Channel 4 Handler (pri   0sigrec 0x00000000sigwait 0x80001000masked 0x00000000)
                       
DMA2 Channel 3 Handler (pri   0sigrec 0x00000000sigwait 0x80001000masked 0x00000000)
                       
DMA1 Channel 3 Handler (pri   0sigrec 0x00000000sigwait 0x80001000masked 0x00000000)
                       
DMA2 Channel 2 Handler (pri   0sigrec 0x00000000sigwait 0x80001000masked 0x00000000)
                       
DMA1 Channel 2 Handler (pri   0sigrec 0x00000000sigwait 0x80001000masked 0x00000000)
                       
DMA2 Channel 1 Handler (pri   0sigrec 0x00000000sigwait 0x80001000masked 0x00000000)
                       
DMA1 Channel 1 Handler (pri   0sigrec 0x00000000sigwait 0x80001000masked 0x00000000)

Suspended Tasks


It is not the sound card, I had the same freezes/crashes also with an ESI @Julia.

Of course it might be another hardware failure (memory, gfx card, mainboard, ...). But a software bug is much more likely as the system is very stable when not playing mods with heavy usage.

BTW: TuneNet is still playing internet radio after a crash ;) Not sure why that part of the OS is still running when the UI is not...

Go to top

  Register To Post

 




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




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project