Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
324 user(s) are online (130 user(s) are browsing Forums)

Members: 1
Guests: 323

samo79, more...

Support us!

Headlines

 
  Register To Post  

« 1 ... 4 5 6 (7) 8 9 10 ... 13 »
Re: NetSurf 3.11 has been released!
Not too shy to talk
Not too shy to talk


See User information
@AMIGASYSTEM

Netsurf 68k used to be very fast.

https://www.youtube.com/watch?v=ZueeEUIazNM


Edited by utri007 on 2024/9/18 19:49:25
Go to top
Re: NetSurf 3.11 has been released!
Just popping in
Just popping in


See User information
The latest buids are all fast, my previous show I talked about the regression of the latest build "NetSurf-gcc-6758" which uses AmiSSL 1.x libraries

Build 3_20240912 instead used the newer "amissl_v332.library" see attached video

https://youtu.be/-DKbFwiY484

Go to top
Re: NetSurf 3.11 has been released!
Amigans Defender
Amigans Defender


See User information
The regression will be because I don't build the CI ones (NetSurf-gcc-xxxx), and that has an outdated buildsystem.

For OS4.1 issues, I need to know what version of bsdsocket.library is being used and - more importantly - what the changes are between that and the previous public one.

I might also try to create an AmiSSL build for OS4 just in case that's the problem.

I don't get much time to work on this these days so any extra investigation is useful. Does a recent build of Curl work? Built against openssl or AmiSSL?

Go to top
Re: NetSurf 3.11 has been released!
Just popping in
Just popping in


See User information
@chris

For OS4.1 issues, I need to know what version of bsdsocket.library is being used and - more importantly - what the changes are between that and the previous public one.

-- I am currently using bsdsocket.library version: 4.321 (6.6.2016)

I don't get much time to work on this these days so any extra investigation is useful. Does a recent build of Curl work? Built against openssl or AmiSSL?

-- I know I am currently using AmiSSL 5.17 but I never tried to use Curl with either OpenSSL vs AmiSSL, you will need explain further how I do I test this for you.

Thank you.

Go to top
Re: NetSurf 3.11 has been released!
Just can't stay away
Just can't stay away


See User information
@Chris


Quote:

For OS4.1 issues, I need to know what version of bsdsocket.library is being used and - more importantly - what the changes are between that and the previous public one.


I also use bsdsocket.library version: 4.321 (6.6.2016). What changes there were with this library can probably only be answered by an AmigaOs4.1 developer.

Quote:

I might also try to create an AmiSSL build for OS4 just in case that's the problem.


Yes you should do it so that we can test it. At the moment we don't know what's going on and it seems to affect newer systems as well as beta systems.

Quote:
I don't get much time to work on this these days so any extra investigation is useful. Does a recent build of Curl work? Built against openssl or AmiSSL?


I have tested the latest version of Curl from Os4Depot and it works without any problems, you can find the changes here https://os4depot.net/?function=showfile&file=network/misc/curl.lha if I have understood correctly “curl” uses AmiSSL V5 in the latest version.

Resized Image

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Go to top
Re: NetSurf 3.11 has been released!
Amigans Defender
Amigans Defender


See User information
@Maijestro

Ok, if that curl works with AmiSSL if I can get it to build against it here hopefully that will resolve the issue.

I did start doing this but ran out of time! Hopefully I can get a working build on Friday.

btw, the OS3.2 AmigaGuide/ Prefs window issue should now be fixed.

Go to top
Re: NetSurf 3.11 has been released!
Just can't stay away
Just can't stay away


See User information
@Chris


Quote:

Ok, if that curl works with AmiSSL if I can get it to build against it here hopefully that will resolve the issue.

I did start doing this but ran out of time! Hopefully I can get a working build on Friday.


Don't stress, we now have something to work with and it might solve the problem.

Thanks for your help.

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Go to top
Re: NetSurf 3.11 has been released!
Amigans Defender
Amigans Defender


See User information
In the interests of resolving this ASAP, I've managed to create a build with AmiSSL, but I'm not near an Amiga to test.

https://www.cy2.uk/netsurf_os4_amissl.lha

It may work, or it may crash on startup. Make sure everything important is saved!

Go to top
Re: NetSurf 3.11 has been released!
Just can't stay away
Just can't stay away


See User information
@Chris

Quote:
Chris wrote:In the interests of resolving this ASAP, I've managed to create a build with AmiSSL, but I'm not near an Amiga to test.

https://www.cy2.uk/netsurf_os4_amissl.lha

It may work, or it may crash on startup. Make sure everything important is saved!


The build starts normally, but again no connection to the internet. Strange...

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Go to top
Re: NetSurf 3.11 has been released!
Just popping in
Just popping in


See User information
@Chris I have the same problem

Go to top
Re: NetSurf 3.11 has been released!
Just can't stay away
Just can't stay away


See User information
@Chris

All I know that might help is to know that *if* it's a problem of using gethostbyname_r, that it wasn't defined in older SDKs so when NetSurf + libcurl was built years ago it won't use that function regardless of bsdsocket.library version.

I don't know if that's the cause of the issue though, but it also only relates to resolving hostnames, and should be unrelated to any SSL issues.

I suggest for people having problems connecting to anything including non-SSL sites, test trying their router config page via direct IP address.


Edited by MickJT on 2024/9/19 18:22:50
Go to top
Re: NetSurf 3.11 has been released!
Amigans Defender
Amigans Defender


See User information
What error message are you getting? Here on that build I get "unable to resolve host name", even though the non-AmiSSL one works. Which suggests there's something else wrong with the build.

Go to top
Re: NetSurf 3.11 has been released!
Just can't stay away
Just can't stay away


See User information
@Chris

Quote:
Chris wrote:What error message are you getting? Here on that build I get "unable to resolve host name", even though the non-AmiSSL one works. Which suggests there's something else wrong with the build.


I'm sorry I should have mentioned that the error message is now slightly different. Surely you mean “Couldn't resolve host name” ? Yes, I get exactly the same error message.

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Go to top
Re: NetSurf 3.11 has been released!
Amigans Defender
Amigans Defender


See User information
OK, it turns out my Curl build doesn't work.

7.AmigaOS:> "RAM Disk:curl" -v https://www.amigans.net
* getaddrinfo() thread failed
* Could not resolve host: www.amigans.net
* Closing connection
curl
: (6) getaddrinfo() thread failed


I haven't changed anything other than adding --with-amissl

Go to top
Re: NetSurf 3.11 has been released!
Amigans Defender
Amigans Defender


See User information
I disabled the threaded resolver and it started working. However, when I tried to send this message from it it froze on me, which isn't encouraging. (edit: ok, looks like that was a one-off)

Download here ==> https://www.cy2.uk/netsurf_os4_amissl_20240920.lha

Let's see how this fares!


(edit: just editing and re-posting from OS4 to check if I can reproduce the problem I had a minute ago)

Go to top
Re: NetSurf 3.11 has been released!
Just can't stay away
Just can't stay away


See User information
@Chris

Quote:
Chris wrote:I disabled the threaded resolver and it started working. However, when I tried to send this message from it it froze on me, which isn't encouraging. (edit: ok, looks like that was a one-off)


The first start was a bit bumpy for me too which meant that NetSurf was down and could not be closed. Later there was also a GrimReaper, but I failed to record the log.

After restarting my computer, everything was fine and it seems you are on the right track. NetSurf already works very well as a “dev” version.

I'm glad you were able to resolve the issue and I hope it is now working again on all machines.

Here is a quick look at the latest version with AmiSSL support.





Thank you very much for solving the problem



Edit:After using NetSurf(Dev) for a long time I got this error and my system froze. Hoping you can do something with it.

Resized Image

I was also able to record a GR log, which was created after NetSurf had already been terminated.

Crash log for task "NetSurf"
Generated by GrimReaper 53.19
Crash occured in module newlib
.library.kmod at address 0x01A89D9C
Type of crash
: DSI (Data Storage Interrupt) exception
Alert number
: 0x80000003

Register dump
:
GPR (General Purpose Registers):
   
0: 01A89B7C 64F273A0 00000002 0DEDC5CD 69493310 624F5000 00000002 CD732845 
   8
: D2DD2E71 FA95F9D4 636F000A 00000000 0000015C 6A0C0A4C 6A0C0000 695F8C0C 
  16
: 6A2717B8 00000000 695F8C18 68AB7E88 7FEF5204 6A0C0000 6A0C0000 6AF79CA0 
  24
: 6A0C0000 64F27438 6A12965C 6A0C0000 6A0C0000 6A042845 6E68D680 6A042845 


FPR 
(Floating Point Registers, NaN = Not a Number):
   
0:                0              0.2              0.9     1.92919e+203 
   4
:     -2.72424e-98       4.5036e+15       4.5036e+15       4.5036e+15 
   8
:       4.5036e+15                0       4.5036e+15              256 
  12
:      2.14748e+09     -2.72424e-98     -2.72424e-98     1.92933e+203 
  16
:     -2.72424e-98     -2.72424e-98     1.92937e+203     -2.72424e-98 
  20
:     -2.72424e-98      1.9294e+203     -2.72424e-98     -2.72424e-98 
  24
:     1.92944e+203     -2.72424e-98     -2.72424e-98     1.92947e+203 
  28
:     -2.72424e-98     -2.72424e-98     1.92951e+203     -2.72424e-98 

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


SPRs 
(Special Purpose Registers):
           
Machine State (msr) : 0x0202D030
                Condition 
(cr) : 0x63BC5DF0
      Instruction Pointer 
(ip) : 0x01A89D9C
       Xtended Exception 
(xer) : 0x63BC6164
                   Count 
(ctr) : 0x00570001
                     Link 
(lr) : 0x00000000
            DSI Status 
(dsisr) : 0x63BC5DE0
            Data Address 
(dar) : 0x00000010



680x0 emulated registers
:
DATA: 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 
ADDR
: 6FFA8000 C21F1100 00000000 00000000 00000000 00000000 00000000 64F26E10 
FPU0
:                0                0                0                0 
FPU4
:                0                0                0                0 



Symbol info
:
Instruction pointer 0x01A89D9C belongs to module "newlib.library.kmod" (HUNK/Kickstart)

Stack trace:
    
native kernel module newlib.library.kmod+0x000203fc
    native kernel module newlib
.library.kmod+0x000201dc
    NetSurf
:nsoption_finalise()+0x64 (section 1 @ 0x2105EC)
    
NetSurf:main()+0x12dc (section 1 @ 0x1DBEB0)
    
native kernel module newlib.library.kmod+0x00001e04
    native kernel module newlib
.library.kmod+0x00002d38
    native kernel module newlib
.library.kmod+0x00002fc4
    NetSurf
:_start()+0x1e0 (section 1 @ 0x1DC)
    
native kernel module kernel+0x0006132c
    native kernel module kernel
+0x000613a4

PPC disassembly
:
 
01a89d94: 913e0b48   stw               r9,2888(r30)
 
01a89d98: 4bffff14   b                 0x1A89CAC
*01a89d9c: 80c9000c   lwz               r6,12(r9)
 
01a89da0: 81690018   lwz               r11,24(r9)
 
01a89da4: 7e893040   cmplw             cr5,r9,r6

System information
:

CPU 
 Model
: Freescale P10XX (E500 core) V5.1 
 CPU speed
: 1199 MHz 
 FSB speed
: 399 MHz 
 Extensions
: performancemonitor 

Machine 
 Machine name
: AmigaOne A1222 
 Memory
: 2097152 KB 
 Extensions
: bus.pci bus.pcie 

Expansion buses 
 PCI
/AGP 
  00
:00.0 Vendor 0x1957 Device 0x0111 
  01
:00.0 Vendor 0x1002 Device 0x67DF 
   Range 0
: C0000000 - D0000000 (PREF.MEM) 
   
Range 2: D0000000 - D0200000 (PREF.MEM) 
   
Range 4: 00001000 - 00001100 (IO) 
  
01:00.1 Vendor 0x1002 Device 0xAAF0 
   Range 0
: D0240000 - D0244000 (MEM) 

Libraries 
 0x6af7e9e8
: german.language V52.1 
 0x022a7c02
: exec.library V54.64 
 0x6ff3f9a8
: cgxvideo.library V42.1 
 0x66b0bd98
: pthreads.library V53.12 
 0x66800268
: PCI_SoundCardHornet.driver V52.2 
 0x668000e8
: PCI_sblive.pci V52.1 
 0x66800028
: PCI_Soundcard.driver V52.2 
 0x667b23e8
: PCI_GamePortHornet.driver V52.2 
 0x667b2028
: PCI_GamePort.driver V53.1 
 0x667b2328
: Generic_usb.driver V53.6 
 0x648d5f18
: Generic_Mouse.driver V52.1 
 0x66afe9d8
: AmigaInput.library V53.4 
 0x648d5638
: speedbar.gadget V53.14 
 0x648d5578
: radiobutton.gadget V53.11 
 0x648d4c30
: getscreenmode.gadget V53.8 
 0x6ac20e50
: render.library V40.8 
 0x6a23a25c
: guigfx.library V20.0 
 0x6af7d1cc
: codesets.library V6.21 
 0x6a26e000
: amissl_v332.library V5.17 
 0x648d53fc
: amisslmaster.library V5.17 
 0x650490e0
: gif.datatype V53.4 
 0x6680c1e8
: NetDock.docky V52.0 
 0x66811b38
: toolbar.gadget V53.6 
 0x6af00758
: infodata.gadget V53.3 
 0x6af001d8
: CPUDock.docky V51.2 
 0x681a9288
: piechart.gadget V53.1 
 0x66809850
: fuelgauge.gadget V53.8 
 0x6664edc8
: RAMDock.docky V51.3 
 0x67df3e58
: infowindow.class V53.15 
 0x669365d0
: texteditor.gadget V53.32 
 0x6664e8d0
: tabbed.gadget V54.455 
 0x66936430
: select.gadget V53.7 
 0x66a771d0
: datesheet.gadget V1.9 
 0x67dc4e98
: sliderbar.gadget V53.22 
 0x66809528
: tickbox.gadget V53.14 
 0x66a77ac0
: time.gadget V1.14 
 0x66809490
: clock.gadget V53.1 
 0x6e69eca0
: gradientslider.gadget V53.7 
 0x681a9650
: shared.image V2.1 
 0x667e1024
: clipview.library V1.12 
 0x6e69eb64
: colorwheel.gadget V53.7 
 0x66a774b8
: GFXDock.docky V51.6 
 0x66b21f30
: anim.gadget V53.7 
 0x66b21ca8
: Separator.docky V53.2 
 0x66b21aa8
: progressbar.gadget V53.12 
 0x6e69e8e0
: arexx.class V53.6 
 0x66b21928
: SubDock.docky V53.1 
 0x6a801760
: requester.class V53.20 
 0x6e69e700
: bitmap.image V53.9 
 0x6e69e660
: slider.gadget V53.17 
 0x6e69e5c0
: getfont.gadget V53.11 
 0x6e69e520
: getfile.gadget V53.12 
 0x6e69e480
: space.gadget V53.7 
 0x6e69e3e0
: integer.gadget V53.13 
 0x6af81888
: clicktab.gadget V53.51 
 0x6e69d658
: chooser.gadget V53.22 
 0x6e69e340
: penmap.image V53.6 
 0x6e69e2a0
: checkbox.gadget V53.13 
 0x681f8af4
: asl.library V53.56 
 0x69c4ce08
: listbrowser.gadget V53.79 
 0x6af813f0
: scroller.gadget V53.16 
 0x6ff10c50
: string.gadget V53.24 
 0x6a2ec954
: device.audio V6.2 
 0x6a584198
: a1222.audio V6.6 
 0x6fffee64
: camd.library V53.8 
 0x6a5715d4
: usergroup.library V4.30 
 0x6a800338
: bsdsocket.library V4.321 
 0x6a5478ac
: textclip.library V53.4 
 0x6a79a5c4
: xpkmaster.library V5.2 
 0x6a9933fc
: xadmaster.library V13.1 
 0x6ae13eb8
: usbhidgate.library V53.3 
 0x6aca092c
: hid.usbfd V53.20 
 0x6af40190
: button.gadget V53.22 
 0x6af40230
: glyph.image V53.4 
 0x6aca2b20
: window.class V54.15 
 0x6ae13168
: popupmenu.class V53.2 
 0x6ac237e8
: popupmenu.library V53.14 
 0x6af40050
: label.image V53.14 
 0x6af79f40
: drawlist.image V53.3 
 0x6ff3fb88
: layout.gadget V54.10 
 0x6abb7e70
: bevel.image V53.6 
 0x6af79e00
: png.datatype V54.2 
 0x6af73074
: picture.datatype V54.2 
 0x6ac02100
: Picasso96API.library V54.18 
 0x6ae066f4
: mpega.library V2.4 
 0x6b00bf70
: mathieeedoubbas.library V53.1 
 0x6af3fb00
: datatypes.library V54.15 
 0x6af7a56c
: ft2.library V53.2 
 0x6ff193cc
: workbench.library V53.66 
 0x6adf0d10
: gadtools.library V53.8 
 0x6af3f018
: timezone.library V53.11 
 0x6ae06218
: application.library V53.30 
 0x6b00c33c
: commodities.library V53.10 
 0x6b1d58cc
: icon.library V54.7 
 0x6e7dc730
: z.library V53.10 
 0x6b1cfd40
: iffparse.library V53.3 
 0x6e734848
: version.library V53.20 
 0x6ffb8ecc
: locale.library V54.2 
 0x6ff3e7ac
: diskfont.library V53.13 
 0x6ffa39d8
: petunia.library V53.6 
 0x6ff06948
: dos.library V54.127 
 0x6e7dc094
: usbprivate.library V53.27 
 0x6ff0c3bc
: massstorage.usbfd V53.86 
 0x6ff3fe3c
: hub.usbfd V53.18 
 0x6ff0c328
: bootkeyboard.usbfd V52.7 
 0x6ff0c2a8
: bootmouse.usbfd V53.7 
 0x6ff0c1a8
: mounter.library V53.23 
 0x6ff597ec
: usbresource.library V53.27 
 0x6ff90518
: hunk.library V53.4 
 0x6ff3fc84
: elf.library V54.1 
 0x6e8b24d0
: intuition.library V54.31 
 0x6ff7fc80
: keymap.library V53.9 
 0x6ff59544
: nonvolatile.library V54.7 
 0x6fffece0
: cybergraphics.library V43.0 
 0x6ff9f420
: RadeonRX.chip V2.12 
 0x6ffa7420
: graphics.library V54.252 
 0x6ff91320
: layers.library V54.12 
 0x6ff50150
: rtg.library V54.90 
 0x6ff9f2a4
: PCIGraphics.card V53.18 
 0x6ffa2258
: newlib.library V53.84 
 0x6ff9e1ac
: utility.library V54.2 
 0x6ffa10a8
: expansion.library V54.1 
 0x6aca11fe
: rexxsyslib.library V53.6 (Legacy) 

Devices 
 0x681a9924
: clipboard.device V53.5 
 0x6ff0fcb4
: ahi.device V6.6 
 0x6a584624
: p1022eth.device V53.3 
 0x6a80e7a4
: diskimage.device V53.4 
 0x6edaab20
: usbsys.device V53.27 
 0x6ff908e4
: p1022sata.device V54.79 
 0x6ff90838
: vsata.device V54.8 
 0x6ff90730
: ehci.usbhcd V53.40 
 0x6ff90690
: ohci.usbhcd V53.23 
 0x6ff905f0
: uhci.usbhcd V53.15 
 0x6edaa258
: console.device V53.120 
 0x6ff59670
: ramdrive.device V54.1 
 0x6ff1002c
: input.device V53.6 
 0x6ff3e3b4
: keyboard.device V53.12 
 0x6ff59050
: timer.device V53.6 

Tasks 
 rx_pm 
(Waiting) 
  
Stack: 0x6e8e2000 - 0x6e8ea000, pointer @ 0x6e8e9f10 (Cookie OK) 
  
Signals: SigRec 0x80000001, SigWait 0x00000000 
  State
: Task (Waiting) 
 
rx_gc (Waiting) 
  
Stack: 0x6e8ea000 - 0x6e8f2000, pointer @ 0x6e8f1f20 (Cookie OK) 
  
Signals: SigRec 0x80000001, SigWait 0x00000000 
  State
: Task (Waiting) 
 
Exec Command and Control (Waiting) 
  
Stack: 0x6e874000 - 0x6e878000, pointer @ 0x6e877f00 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
ClickToFront (Waiting) 
  
Stack: 0x67dca004 - 0x67dd9ffc, pointer @ 0x67dd9f20 (Cookie OK) 
  
Signals: SigRec 0xe000d000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
input.device (Waiting) 
  
Stack: 0x6e8c2000 - 0x6e8d2000, pointer @ 0x6e8d1ed0 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
USB stack (Waiting) 
  
Stack: 0x6e831000 - 0x6e835000, pointer @ 0x6e834ea0 (Cookie OK) 
  
Signals: SigRec 0xfc00d000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
EHCI Controller Task Unit 0 (Waiting) 
  
Stack: 0x6e7d4000 - 0x6e7dc000, pointer @ 0x6e7dbe80 (Cookie OK) 
  
Signals: SigRec 0xbe009000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
page_sweep (Waiting) 
  
Stack: 0x6e849004 - 0x6e850ffc, pointer @ 0x6e850e90 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
p1022sata.device Port 1 (Waiting) 
  
Stack: 0x6e7f7000 - 0x6e805b00, pointer @ 0x6e805970 (Cookie OK) 
  
Signals: SigRec 0xc0007000, SigWait 0x10000000 
  State
: Task (Waiting) 
 
p1022sata.device Port 0 (Waiting) 
  
Stack: 0x6e81e000 - 0x6e82cb00, pointer @ 0x6e82c970 (Cookie OK) 
  
Signals: SigRec 0xc0007000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
p1022eth.device Unit 1 (Waiting) 
  
Stack: 0x69bcc004 - 0x69bdbffc, pointer @ 0x69bdbf40 (Cookie OK) 
  
Signals: SigRec 0x1800101f, SigWait 0x40000100 
  State
: Process (Waiting) 
 
Games/NGFileSystem 54.107  (Waiting) 
  
Stack: 0x6dd99004 - 0x6dda0ffc, pointer @ 0x6dda0d90 (Cookie OK) 
  
Signals: SigRec 0xf0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
Programme/NGFileSystem 54.107  (Waiting) 
  
Stack: 0x6cc7d004 - 0x6cc84ffc, pointer @ 0x6cc84d90 (Cookie OK) 
  
Signals: SigRec 0xf0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
Download/NGFileSystem 54.107  (Waiting) 
  
Stack: 0x6c39c004 - 0x6c3a3ffc, pointer @ 0x6c3a3d90 (Cookie OK) 
  
Signals: SigRec 0xf0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
Musik/NGFileSystem 54.107  (Waiting) 
  
Stack: 0x6badb004 - 0x6bae2ffc, pointer @ 0x6bae2d90 (Cookie OK) 
  
Signals: SigRec 0xf0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
SYS/NGFileSystem 54.107  (Waiting) 
  
Stack: 0x6e683004 - 0x6e68affc, pointer @ 0x6e68ad90 (Cookie OK) 
  
Signals: SigRec 0xf0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
hid.usbfd (Waiting) 
  
Stack: 0x6a7be004 - 0x6a7c5ffc, pointer @ 0x6a7c5e90 (Cookie OK) 
  
Signals: SigRec 0xe0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
HID Mouse (Waiting) 
  
Stack: 0x6a6f0004 - 0x6a6ffffc, pointer @ 0x6a6fff50 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
reaper.task (Waiting) 
  
Stack: 0x6b16e004 - 0x6b175ffc, pointer @ 0x6b175f40 (Cookie OK) 
  
Signals: SigRec 0x00007000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
ICD1/CDFileSystem 53.11  (Waiting) 
  
Stack: 0x6a4fe004 - 0x6a50dffc, pointer @ 0x6a50df50 (Cookie OK) 
  
Signals: SigRec 0x00000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
ICD0/CDFileSystem 53.11  (Waiting) 
  
Stack: 0x6a637004 - 0x6a646ffc, pointer @ 0x6a646f50 (Cookie OK) 
  
Signals: SigRec 0x00000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
hid.usbfd (Waiting) 
  
Stack: 0x6a814004 - 0x6a81bffc, pointer @ 0x6a81be90 (Cookie OK) 
  
Signals: SigRec 0xe0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
HID Consumer (Waiting) 
  
Stack: 0x6a728004 - 0x6a737ffc, pointer @ 0x6a737f50 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
HID Keyboard (Waiting) 
  
Stack: 0x6a744004 - 0x6a753ffc, pointer @ 0x6a753f40 (Cookie OK) 
  
Signals: SigRec 0x90001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
HID Joystick (Waiting) 
  
Stack: 0x6a820004 - 0x6a82fffc, pointer @ 0x6a82ff50 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
hid.usbfd (Waiting) 
  
Stack: 0x6a7ca004 - 0x6a7d1ffc, pointer @ 0x6a7d1e90 (Cookie OK) 
  
Signals: SigRec 0xe0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
HID Consumer (Waiting) 
  
Stack: 0x6a6dc004 - 0x6a6ebffc, pointer @ 0x6a6ebf50 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
hid.usbfd (Waiting) 
  
Stack: 0x6a7d6004 - 0x6a7ddffc, pointer @ 0x6a7dde90 (Cookie OK) 
  
Signals: SigRec 0xe0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
HID Keyboard (Waiting) 
  
Stack: 0x6a8c4004 - 0x6a8d3ffc, pointer @ 0x6a8d3f40 (Cookie OK) 
  
Signals: SigRec 0x90001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
HID Mouse (Waiting) 
  
Stack: 0x6a70c004 - 0x6a71bffc, pointer @ 0x6a71bf50 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
RAM/ram-handler 54.26  (Waiting) 
  
Stack: 0x6b04f004 - 0x6b052ffc, pointer @ 0x6b052d60 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
pager (Waiting) 
  
Stack: 0x6b14a004 - 0x6b169ffc, pointer @ 0x6b169f20 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
IDF0/FastFileSystem 53.2  (Waiting) 
  
Stack: 0x6a472004 - 0x6a481ffc, pointer @ 0x6a481f00 (Cookie OK) 
  
Signals: SigRec 0xa8000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
IDF1/FastFileSystem 53.2  (Waiting) 
  
Stack: 0x6a425004 - 0x6a434ffc, pointer @ 0x6a434f00 (Cookie OK) 
  
Signals: SigRec 0xa8000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
URL/launch-handler 53.39  (Waiting) 
  
Stack: 0x6a32d004 - 0x6a3a7ffc, pointer @ 0x6a3a3fd0 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
RANDOM/Random-Handler 52.1  (Waiting) 
  
Stack: 0x6a3e9004 - 0x6a3f8ffc, pointer @ 0x6a3f8f20 (Cookie OK) 
  
Signals: SigRec 0x00000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
dos_filedir_notify (Waiting) 
  
Stack: 0x6e6c3004 - 0x6e6c7ffc, pointer @ 0x6e6c6ed0 (Cookie OK) 
  
Signals: SigRec 0x40001000, SigWait 0x80000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x68abc004 - 0x68acbffc, pointer @ 0x68acbe50 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x66358004 - 0x66367ffc, pointer @ 0x66367e50 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x664f0004 - 0x664ffffc, pointer @ 0x664ffe50 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x66682004 - 0x66691ffc, pointer @ 0x66691e50 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x66958004 - 0x66967ffc, pointer @ 0x66967e50 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x66aa6004 - 0x66ab5ffc, pointer @ 0x66ab5e50 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x67c35004 - 0x67c44ffc, pointer @ 0x67c44e50 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x67e0b004 - 0x67e1affc, pointer @ 0x67e1ae50 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x67e9c004 - 0x67eabffc, pointer @ 0x67eabe50 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
Camd Wait Proc (Waiting) 
  
Stack: 0x692f9004 - 0x693edffc, pointer @ 0x693edf40 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
AUDIO/AHI-Handler 6.2  (Waiting) 
  
Stack: 0x6a673004 - 0x6a683004, pointer @ 0x6a682ed0 (Cookie OK) 
  
Signals: SigRec 0x00000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
APPDIR/appdir-handler 54.23  (Waiting) 
  
Stack: 0x6a6c8004 - 0x6a6d7ffc, pointer @ 0x6a6d7ee0 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
ENV/env-handler 54.19  (Waiting) 
  
Stack: 0x6b03b004 - 0x6b042ffc, pointer @ 0x6b042f20 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x6b19a004 - 0x6b1a1ffc, pointer @ 0x6b1a1e50 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
RAW/con-handler 53.82  (Waiting) 
  
Stack: 0x6b1be004 - 0x6b1c5ffc, pointer @ 0x6b1c5e50 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CON/con-handler 53.82  (Waiting) 
  
Stack: 0x6b1de004 - 0x6b1e5ffc, pointer @ 0x6b1e5e50 (Cookie OK) 
  
Signals: SigRec 0xa0000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
dos_nbmd_process (Waiting) 
  
Stack: 0x6e6d4004 - 0x6e6d7ffc, pointer @ 0x6e6d7f60 (Cookie OK) 
  
Signals: SigRec 0x00001100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
dos_lock_handler (Waiting) 
  
Stack: 0x6e6dc004 - 0x6e6dfffc, pointer @ 0x6e6dff20 (Cookie OK) 
  
Signals: SigRec 0x00001100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
RexxMaster (Waiting) 
  
Stack: 0x6a2f5004 - 0x6a304ffc, pointer @ 0x6a304ef0 (Cookie OK) 
  
Signals: SigRec 0xc0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
diskimage.device unit 1 (Waiting) 
  
Stack: 0x6a405004 - 0x6a418ffc, pointer @ 0x6a418c80 (Cookie OK) 
  
Signals: SigRec 0xc0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
diskimage.device unit 0 (Waiting) 
  
Stack: 0x6a452004 - 0x6a465ffc, pointer @ 0x6a465c80 (Cookie OK) 
  
Signals: SigRec 0xc0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
diskimage.device unit 5 (Waiting) 
  
Stack: 0x6a4cf004 - 0x6a4e2ffc, pointer @ 0x6a4e2c80 (Cookie OK) 
  
Signals: SigRec 0xc0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
diskimage.device unit 4 (Waiting) 
  
Stack: 0x6a532004 - 0x6a545ffc, pointer @ 0x6a545c80 (Cookie OK) 
  
Signals: SigRec 0xc0000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
TEXTCLIP/textclip-handler 53.4  (Waiting) 
  
Stack: 0x6a3b4004 - 0x6a3c3ffc, pointer @ 0x6a3c3ef0 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
compose.task (Waiting) 
  
Stack: 0x6abbb000 - 0x6abc3000, pointer @ 0x6abc2ba0 (Cookie OK) 
  
Signals: SigRec 0x00000010, SigWait 0x00000000 
  State
: Task (Waiting) 
 
Workbench (Waiting) 
  
Stack: 0x69987004 - 0x69996ffc, pointer @ 0x69996e80 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
Workbench DosList Notify (Waiting) 
  
Stack: 0x681ff004 - 0x6820effc, pointer @ 0x6820ef80 (Cookie OK) 
  
Signals: SigRec 0x00003000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
ramlib (Waiting) 
  
Stack: 0x6b0b8004 - 0x6b0d0ffc, pointer @ 0x6b0d0f50 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
ContextMenus Command Dispatcher (Waiting) 
  
Stack: 0x64a6b004 - 0x64a7affc, pointer @ 0x64a7af60 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
texteditor.gadget Clipboard Server (Waiting) 
  
Stack: 0x66239004 - 0x66251ffc, pointer @ 0x66251f30 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
string.gadget server (Waiting) 
  
Stack: 0x681bd004 - 0x681ccffc, pointer @ 0x681ccde0 (Cookie OK) 
  
Signals: SigRec 0x40000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
Workbench Clipboard Server (Waiting) 
  
Stack: 0x673ec004 - 0x673fbffc, pointer @ 0x673fbf10 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
AmiDock (Ready) 
  
Stack: 0x67eb8004 - 0x67ec7ffc, pointer @ 0x67ec7770 (Cookie OK) 
  
Signals: SigRec 0x00000100, SigWait 0x00000100 
  State
: Process (Ready) 
 
gfx FSL DMA handler (Waiting) 
  
Stack: 0x6e860000 - 0x6e862000, pointer @ 0x6e861f50 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
DMA2 Channel 3 Handler (Waiting) 
  
Stack: 0x6e86c000 - 0x6e870000, pointer @ 0x6e86fe40 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
DMA2 Channel 2 Handler (Waiting) 
  
Stack: 0x6e868000 - 0x6e86c000, pointer @ 0x6e86be40 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
DMA1 Channel 4 Handler (Waiting) 
  
Stack: 0x6e8da000 - 0x6e8de000, pointer @ 0x6e8dde40 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
DMA2 Channel 1 Handler (Waiting) 
  
Stack: 0x6e8de000 - 0x6e8e2000, pointer @ 0x6e8e1e40 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
DMA1 Channel 3 Handler (Waiting) 
  
Stack: 0x6e8d6000 - 0x6e8da000, pointer @ 0x6e8d9e40 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
NotificationServer (Waiting) 
  
Stack: 0x66ac2004 - 0x66ae1ffc, pointer @ 0x66ae1b40 (Cookie OK) 
  
Signals: SigRec 0xbc001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
DMA2 Channel 4 Handler (Waiting) 
  
Stack: 0x6e870000 - 0x6e874000, pointer @ 0x6e873e40 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
TimeGuard (Waiting) 
  
Stack: 0x66656004 - 0x66665ffc, pointer @ 0x66665e30 (Cookie OK) 
  
Signals: SigRec 0xf0001000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
TCP/IP Control (Waiting) 
  
Stack: 0x69a67004 - 0x69b5bffc, pointer @ 0x69b5bdf0 (Cookie OK) 
  
Signals: SigRec 0xf8009080, SigWait 0x00000100 
  State
: Process (Waiting) 
 
hub.usbfd (Waiting) 
  
Stack: 0x6e780004 - 0x6e787ffc, pointer @ 0x6e787f00 (Cookie OK) 
  
Signals: SigRec 0x30000000, SigWait 0x80000000 
  State
: Task (Waiting) 
 
DigiClock (Waiting) 
  
Stack: 0x66538004 - 0x66547ffc, pointer @ 0x66547150 (Cookie OK) 
  
Signals: SigRec 0xe0001000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
FuelGauge (Waiting) 
  
Stack: 0x6636c004 - 0x6637fffc, pointer @ 0x6637fc30 (Cookie OK) 
  
Signals: SigRec 0xb5008000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
Clock (Waiting) 
  
Stack: 0x6696c004 - 0x6697bffc, pointer @ 0x6697b850 (Cookie OK) 
  
Signals: SigRec 0x6e001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
TCP/IP Superserver (Waiting) 
  
Stack: 0x69c59004 - 0x69d4dffc, pointer @ 0x69d4da20 (Cookie OK) 
  
Signals: SigRec 0xd0000080, SigWait 0x00000100 
  State
: Process (Waiting) 
 
vsata disk changer (Waiting) 
  
Stack: 0x6e7e0000 - 0x6e7eeb00, pointer @ 0x6e7eea20 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
Mounter GUI (Waiting) 
  
Stack: 0x6a92b004 - 0x6a93effc, pointer @ 0x6a93ee40 (Cookie OK) 
  
Signals: SigRec 0x80007000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
application.library messageserver (Waiting) 
  
Stack: 0x6af3e000 - 0x6af3f000, pointer @ 0x6af3ef40 (Cookie OK) 
  
Signals: SigRec 0xc0000000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
TCP/IP Configuration (Waiting) 
  
Stack: 0x69d52004 - 0x69e46ffc, pointer @ 0x69e46e40 (Cookie OK) 
  
Signals: SigRec 0xf8003000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
ContextMenus (Waiting) 
  
Stack: 0x67c49004 - 0x67c58ffc, pointer @ 0x67c58cd0 (Cookie OK) 
  
Signals: SigRec 0xe0001000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
clipview.library server (Waiting) 
  
Stack: 0x661fc004 - 0x6621bffc, pointer @ 0x6621be20 (Cookie OK) 
  
Signals: SigRec 0xd8003000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
AsyncWB (Waiting) 
  
Stack: 0x67e4f004 - 0x67e5effc, pointer @ 0x67e5eec0 (Cookie OK) 
  
Signals: SigRec 0xc0001000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
´ IPrefs ª (Waiting) 
  
Stack: 0x6adc8004 - 0x6add7ffc, pointer @ 0x6add7a50 (Cookie OK) 
  
Signals: SigRec 0x0000f000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
InfoWB (Waiting) 
  
Stack: 0x66696004 - 0x666a5ffc, pointer @ 0x666a5cc0 (Cookie OK) 
  
Signals: SigRec 0xf8001000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
select.gadget prefs (Waiting) 
  
Stack: 0x66384004 - 0x66393ffc, pointer @ 0x66393cd0 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
DefIcons (Waiting) 
  
Stack: 0x67e27004 - 0x67e36ffc, pointer @ 0x67e36de0 (Cookie OK) 
  
Signals: SigRec 0x80009000, SigWait 0x00000100 
  State
: Process (Waiting) 
 
TCP/IP Log (Waiting) 
  
Stack: 0x69e4b004 - 0x69f3fffc, pointer @ 0x69f3ff30 (Cookie OK) 
  
Signals: SigRec 0x80003000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
ConClip (Waiting) 
  
Stack: 0x6a311004 - 0x6a320ffc, pointer @ 0x6a320ee0 (Cookie OK) 
  
Signals: SigRec 0x80000000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
USB stack Process (Waiting) 
  
Stack: 0x6a953004 - 0x6a962ffc, pointer @ 0x6a962f10 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
MassStorage Notifier (Waiting) 
  
Stack: 0x6e83d000 - 0x6e844d00, pointer @ 0x6e844c40 (Cookie OK) 
  
Signals: SigRec 0x80001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
DST watcher (Waiting) 
  
Stack: 0x6ad71004 - 0x6ad80ffc, pointer @ 0x6ad80f40 (Cookie OK) 
  
Signals: SigRec 0xc0000000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
hub.usbfd (Waiting) 
  
Stack: 0x6e764004 - 0x6e76bffc, pointer @ 0x6e76bf00 (Cookie OK) 
  
Signals: SigRec 0x30000000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
hub.usbfd (Waiting) 
  
Stack: 0x6e754004 - 0x6e75bffc, pointer @ 0x6e75bf00 (Cookie OK) 
  
Signals: SigRec 0x30000000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
NetSurf (Crashed) 
  
Stack: 0x64ef8004 - 0x64f27ffc, pointer @ 0x64f273a0 (Cookie OK) 
  
Signals: SigRec 0x00000010, SigWait 0x30000000 
  State
: Process (Crashed) 
 
Mounter Task (Waiting) 
  
Stack: 0x6e851000 - 0x6e85fb00, pointer @ 0x6e85f9e0 (Cookie OK) 
  
Signals: SigRec 0xb0001000, SigWait 0x00000000 
  State
: Task (Waiting) 
 
Mounter Companion Process (Waiting) 
  
Stack: 0x6a96f004 - 0x6a97effc, pointer @ 0x6a97ef70 (Cookie OK) 
  
Signals: SigRec 0x80003000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
ramlib.support (Waiting) 
  
Stack: 0x6b0d5004 - 0x6b0edffc, pointer @ 0x6b0edf30 (Cookie OK) 
  
Signals: SigRec 0x80005000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
ELF Collector (Waiting) 
  
Stack: 0x6e659004 - 0x6e669ffc, pointer @ 0x6e669ea0 (Cookie OK) 
  
Signals: SigRec 0x00000100, SigWait 0x00000000 
  State
: Process (Waiting) 
 
dos_signal_server (Waiting) 
  
Stack: 0x6e6cc004 - 0x6e6cfffc, pointer @ 0x6e6cff50 (Cookie OK) 
  
Signals: SigRec 0x0000f000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
appdir envarc manager (Waiting) 
  
Stack: 0x6a693004 - 0x6a6a2ffc, pointer @ 0x6a6a1c30 (Cookie OK) 
  
Signals: SigRec 0x80005000, SigWait 0x00000000 
  State
: Process (Waiting) 
 
CPUDock_idleTask (Ready) 
  
Stack: 0x666bd000 - 0x666bf000, pointer @ 0x666bef30 (Cookie OK) 
  
Signals: SigRec 0x40000000, SigWait 0x00000000 
  State
: Task (Ready) 
 
idle.task (Ready) 
  
Stack: 0x6ff7e000 - 0x6ff7f000, pointer @ 0x6ff7ef90 (Cookie OK) 
  
Signals: SigRec 0x00000000, SigWait 0x00000000 
  State
: Task (Ready)


I know that this is still a developer and not a stable version, but I wanted to let you know anyway.


Edited by Maijestro on 2024/9/21 7:08:16
Edited by Maijestro on 2024/9/21 7:10:58
MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Go to top
Re: NetSurf 3.11 has been released!
Just popping in
Just popping in


See User information
Hey All,

I tried downloading Netsurf from this link below:

https://www.cy2.uk/netsurf_os4_amissl_20240920.lha

Downloaded and Installed fine.

But as soon it started.

It locked up my entire system, no grim reaper.

I had to reboot.

Tried again to start the app.

It loading the Netsurf starting page fine.

But each link on the start page, it freeze and lock up entire system.

After another reboot, I type a web address manually into the address bar.

Google website loads fine, but upon clicking any link on the google page, it is freezes and lock up the system.

After another reboot, I went to the bbc.co.uk website again manaully typing into the address bar.

It loads again fine BUT it seem anytime I click on a link within the BBC page, the system completely locks up and freeze.

A reboot is required to get system back into a responsive state.

Strange.

Keep on trying @Chris, appreciate you are doing your best to squash the bugs.

Go to top
Re: NetSurf 3.11 has been released!
Amigans Defender
Amigans Defender


See User information
@Boabster

Hmm, can you make sure you're on the latest AmiSSL.

Go to top
Re: NetSurf 3.11 has been released!
Just popping in
Just popping in


See User information
Hi,

Here on page I did not visit previously, the loading can take several minutes and netsurf seems stall or crashed, but page finally appears.

I can also see some graphical corruptions on pages I visit after that.

Go to top
Re: NetSurf 3.11 has been released!
Just popping in
Just popping in


See User information
@Chris

I have AmiSSL 5.17 installed.

I also reinstalled AmiSSL 5.17 fine without errors.

Then hard reboot the computer.

But I am still experiencing the feeze/lockups using Netsurf.

Go to top

  Register To Post
« 1 ... 4 5 6 (7) 8 9 10 ... 13 »

 




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




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project