English Amiga Board


Go Back   English Amiga Board > Coders > Coders. System

 
 
Thread Tools
Old 13 December 2016, 18:54   #1
arti
Registered User
 
Join Date: Jul 2008
Location: Poland
Posts: 662
Guru 80000008?

What does Privilege violation error mean ?
http://eab.abime.net/attachment.php?...0&d=1481571871
arti is offline  
Old 13 December 2016, 18:59   #2
Samurai_Crow
Total Chaos forever!
 
Samurai_Crow's Avatar
 
Join Date: Aug 2007
Location: Waterville, MN, USA
Age: 49
Posts: 2,187
Something was supposed to run in the supervisor mode of the CPU?
Samurai_Crow is offline  
Old 13 December 2016, 19:30   #3
arti
Registered User
 
Join Date: Jul 2008
Location: Poland
Posts: 662
What does that even mean?
I've recompiled netsurf for 060, that's all.
arti is offline  
Old 13 December 2016, 19:35   #4
matthey
Banned
 
Join Date: Jan 2010
Location: Kansas
Posts: 1,284
Quote:
Originally Posted by arti View Post
What does Privilege violation error mean ?
http://eab.abime.net/attachment.php?...0&d=1481571871
The 68k has 2 states called user and supervisor modes. The supervisor mode is for the OS which allows all instructions to execute including potentially harmful ones. User mode is for tasks/processes which the OS lets run with limitations for protection. Executing a supervisor only instruction in user mode causes a privilege (mode) violation. This error usually occurs because the Program Counter (PC) became lost and tried to execute data which is not code but decoded as a supervisor instruction. The error where the PC became lost likely occurred before this. Look for Enforcer/MuForce hits before this problem. Also, make sure you have a large enough stack and that any loaded code had the caches flushed.

Quote:
Originally Posted by arti View Post
What does that even mean?
I've recompiled netsurf for 060, that's all.
Could be a compiler or UAE bug. Recompiling for the 68060 should cause no problems. Most compilers do not generate any 68060 specific instructions using only the 68020 ISA (instructions). Optimizing for the 68060 is usually similar to optimizing for the 68020 except for the replacement of missing integer math instructions and possibly turning on the instruction scheduler. Have you tried compiling for 68020-68060 to see if you get the same error?

Last edited by matthey; 13 December 2016 at 19:57.
matthey is offline  
Old 13 December 2016, 21:50   #5
arti
Registered User
 
Join Date: Jul 2008
Location: Poland
Posts: 662
OK, it works without FPU but with not.
arti is offline  
Old 14 December 2016, 09:53   #6
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,323
My guess from attached screen grab is that the code jumped to a wrong position in ROM.
As it works only for non-fpu version, try raising the stack size (code using fpu consumes more stack for interprocess switches, because of saved fpu registers).
meynaf is offline  
Old 14 December 2016, 13:06   #7
arti
Registered User
 
Join Date: Jul 2008
Location: Poland
Posts: 662
Quote:
Originally Posted by meynaf View Post
My guess from attached screen grab is that the code jumped to a wrong position in ROM.
As it works only for non-fpu version, try raising the stack size (code using fpu consumes more stack for interprocess switches, because of saved fpu registers).
That didn't help
arti is offline  
Old 14 December 2016, 17:12   #8
phx
Natteravn
 
phx's Avatar
 
Join Date: Nov 2009
Location: Herford / Germany
Posts: 2,500
Is the crash reproducible? Then it would be easy with any kind of debugger, provided you have symbols and/or line-debug info included in the executable.

Alternatively you could run something like Enforcer or MuForce to display the stack frame and the hunk-offset of the crashed task (trace back until you see a stack frame which points into Netsurf's code segment). Then use a FindHit-like tool to translate the hunk-offset into the nearest program symbol.

I don't know if anything like that exists under AROS, though.
phx is offline  
Old 14 December 2016, 17:26   #9
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by phx View Post
something like Enforcer or MuForce.
PeterK's WinuaeEnforcer?
emufan is offline  
Old 14 December 2016, 19:10   #10
matthey
Banned
 
Join Date: Jan 2010
Location: Kansas
Posts: 1,284
Quote:
Originally Posted by phx View Post
Is the crash reproducible? Then it would be easy with any kind of debugger, provided you have symbols and/or line-debug info included in the executable.
It looks like it is as it occurs with AROS and AmigaOS 3.9 giving the same error. What do all the crashing systems have in common? UAE? The same hacks? I wonder if it runs on a real 68060 or even a 68040 (likely should work).

Quote:
Originally Posted by phx View Post
Alternatively you could run something like Enforcer or MuForce to display the stack frame and the hunk-offset of the crashed task (trace back until you see a stack frame which points into Netsurf's code segment). Then use a FindHit-like tool to translate the hunk-offset into the nearest program symbol.
BDebug can also catch (stop at) hits and crashes but this is still beyond most programmer's debugging skills. Arti could post a link to the offending NetSurf compiled with debug info and somebody might get lucky tracing it back.

Quote:
Originally Posted by phx View Post
I don't know if anything like that exists under AROS, though.
If AROS 68k is AmigaOS compatible then AmigaOS debugging tools should work.
matthey is offline  
Old 15 December 2016, 17:25   #11
Samurai_Crow
Total Chaos forever!
 
Samurai_Crow's Avatar
 
Join Date: Aug 2007
Location: Waterville, MN, USA
Age: 49
Posts: 2,187
If it's a native AROS ELF binary, the DWARF debugging symbols should work fine with GDB.
Samurai_Crow is offline  
Old 15 December 2016, 19:20   #12
arti
Registered User
 
Join Date: Jul 2008
Location: Poland
Posts: 662
Enforcer output:

Code:
Enforcer Hit! Bad program
Illegal BYTE READ from: 00000000                PC: 0a934300
Data: 00000002 00000003 00018a88 00000001 00000014 00000000 00000000 00000000
Addr: 0a8d8cb3 08aa0ab6 08b8af58 00000000 00000000 0970e700 0966507c 0970e6bc
Stck: 0ad1b618 09665080 0a8d8e1a 00000000 00000002 0a92cbc6 0a8d8da8 0a92ccd0
Stck: 08b8af58 00018a88 087e144e 096f5ec0 00000000 0800090c 00000000 08b8af58
Stck: 0970e87c 0a8e1026 0a8d8da8 09665080 0966507c 0a8d919c 0970e884 087e144e
Stck: 00018a88 00000001 00000014 0ad228c4 096f5ec0 00000000 0800090c 00000000
Stck: 0bff2818 00f033a2 00000000 08098034 00000240 00010001 080983b8 000000b0
----> 0bffb4cc - "ROM - exec 45.20 (6.1.2002)" Hunk 0001 Offset 00001cf8
----> 0bffb482 - "ROM - exec 45.20 (6.1.2002)" Hunk 0001 Offset 00001cae
----> 0bffb40c - "ROM - exec 45.20 (6.1.2002)" Hunk 0001 Offset 00001c38
----> 0805ecb0 - "KickTag - morelibspace 46.0 (20.04.2008)" Hunk 0000 Offset 000
00164
----> 0805ecb6 - "KickTag - morelibspace 46.0 (20.04.2008)" Hunk 0000 Offset 000
0016a
----> 0bffb368 - "ROM - exec 45.20 (6.1.2002)" Hunk 0001 Offset 00001b94
----> 00fbf252 - "ROM - ramlib 40.2 (5.3.93)" Hunk 0000 Offset 000001ce
----> 00f9f86a - "ROM - dos 40.3 (1.4.93)" Hunk 0000 Offset 000005ae
0a9342e6 :   4cdf 0c1c            MVMEL.L #$0c1c,(A7)+
0a9342ea :   4e75                 RTS.L
0a9342ec :   48e7 0038            MVMLE.L #$0038,-(A7)
0a9342f0 :   286f 0010            MOVEA.L (A7, $0010) == $0970e6cc,A4
0a9342f4 :   202f 0014            MOVE.L (A7, $0014) == $0970e6d0,D0
0a9342f8 :   47f8 0000            LEA.L $00000000,A3
0a9342fc :   b08b                 CMP.L A3,D0
0a9342fe :   6710                 BEQ.B #$00000010
0a934300 : * 4a14                 TST.B (A4)
0a934302 :   670c                 BEQ.B #$0000000c
0a934304 :   528b                 ADDA.L #$00000001,A3
0a934306 :   b08b                 CMP.L A3,D0
0a934308 :   6706                 BEQ.B #$00000006
0a93430a :   4a33 c800            TST.B (A3, A4.L*1, $00) == $00000000
0a93430e :   66f4                 BNE.B #$fffffff4
0a934310 :   486b 0001            PEA.L (A3, $0001) == $00000001
0a934314 :   61ff 003e 761a       BSR.L #$003e761a
Name: "NetSurf-nofpu"

Enforcer Hit! Bad program
Illegal LONG READ from: 0000002c                PC: 0aa54228
Data: 00000000 0976d906 00000000 0aa54790 0aa50294 00000001 00000000 0973fe0c
Addr: 00000000 0800090c 0976bbdc 0976bbd8 0976bbc4 0970e0cc 0aa55880 0970e038
Stck: 0970e050 0976d906 0976c430 00000000 00000000 0976c45c 0976d906 00000000
Stck: 00000000 0aa54214 0976d906 00000000 0aa54790 0aa50294 00000001 00000000
Stck: 0973fe0c 0976bbc4 097491ec 0976bbdc 0976bbd8 0976bbc4 0970e0cc 0aa55880
Stck: 0970e028 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Stck: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
----> 00ff0000 - "ROM - wb 40.5 (24.5.93)" Hunk 0000 Offset 0000163c
----> 0bffd3a2 - "ROM - exec 45.20 (6.1.2002)" Hunk 0001 Offset 00003bce
----> 00fe7b06 - "ROM - intuition 40.85 (5.5.93)" Hunk 0000 Offset 0001866a
----> 00fde5b0 - "ROM - intuition 40.85 (5.5.93)" Hunk 0000 Offset 0000f114
----> 00fcfdc0 - "ROM - intuition 40.85 (5.5.93)" Hunk 0000 Offset 00000924
----> 00fe1806 - "ROM - intuition 40.85 (5.5.93)" Hunk 0000 Offset 0001236a
----> 0bffb4cc - "ROM - exec 45.20 (6.1.2002)" Hunk 0001 Offset 00001cf8
----> 0bffb482 - "ROM - exec 45.20 (6.1.2002)" Hunk 0001 Offset 00001cae
----> 0bffb40c - "ROM - exec 45.20 (6.1.2002)" Hunk 0001 Offset 00001c38
----> 0805ecb0 - "KickTag - morelibspace 46.0 (20.04.2008)" Hunk 0000 Offset 000
00164
----> 0805ecb6 - "KickTag - morelibspace 46.0 (20.04.2008)" Hunk 0000 Offset 000
0016a
----> 0bffb368 - "ROM - exec 45.20 (6.1.2002)" Hunk 0001 Offset 00001b94
0aa5420a :   486d ff94            PEA.L (A5, -$006c) == $0970e060
0aa5420e :   4eb9 0ad1 e0e8       JSR.L $0ad1e0e8
0aa54214 :   4fef 0014            LEA.L (A7, $0014) == $0970e04c,A7
0aa54218 :   4a80                 TST.L D0
0aa5421a :   6618                 BNE.B #$00000018
0aa5421c :   206d ffdc            MOVEA.L (A5, -$0024) == $0970e0a8,A0
0aa54220 :   486d ff84            PEA.L (A5, -$007c) == $0970e050
0aa54224 :   2f2d ffe8            MOVE.L (A5, -$0018) == $0970e0b4,-(A7)
0aa54228 : * 2068 002c            MOVEA.L (A0, $002c) == $0000002c,A0
0aa5422c :   4e90                 JSR.L (A0)
0aa5422e :   2b40 ff80            MOVE.L D0,(A5, -$0080) == $0970e04c
0aa54232 :   508f                 ADDA.L #$00000008,A7
0aa54234 :   202d ff90            MOVE.L (A5, -$0070) == $0970e05c,D0
0aa54238 :   663e                 BNE.B #$0000003e
0aa5423a :   486d ff7c            PEA.L (A5, -$0084) == $0970e048
0aa5423e :   486d ffec            PEA.L (A5, -$0014) == $0970e0b8
0aa54242 :   2f2d ffe8            MOVE.L (A5, -$0018) == $0970e0b4,-(A7)
Name: "NetSurf-nofpu"

Enforcer Hit! Bad program
Illegal LONG WRITE to: 00000100                 PC: 0879eb20
Data: 80000008 0976d906 00000000 00000000 0aa50294 00000001 00000000 80000008
Addr: 0bffa318 0800090c 0976bbdc 0976bbd8 08002382 0879eb12 0800090c 08002250
Stck: a4440020 0879eaba 80000008 0976d906 00000000 0aa54790 0876355c 0aa55880
Stck: 087ac2f4 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Stck: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Stck: 00000000 00000000 23100bff a4440020 0bffbfe2 00fbadd0 00fba392 08011324
Stck: 00000016 08012990 00fbac10 00fc15d8 3c5d9591 8000025e 23100bff 23100bff
----> 0bffbfe2 - "ROM - exec 45.20 (6.1.2002)" Hunk 0001 Offset 0000280e
----> 00fbadd0 - "ROM - input 40.1 (8.3.93)" Hunk 0000 Offset 00000c08
----> 00fba392 - "ROM - input 40.1 (8.3.93)" Hunk 0000 Offset 000001ca
----> 00fbac10 - "ROM - input 40.1 (8.3.93)" Hunk 0000 Offset 00000a48
----> 00fc15d8 - "ROM - timer 39.4 (29.7.92)" Hunk 0000 Offset 00000b10
----> 0bffa318 - "ROM - exec 45.20 (6.1.2002)" Hunk 0001 Offset 00000b44
0879eb0a :   f017                 ILLEGAL.L
0879eb0c :   4000                 NEGX.B D0
0879eb0e :   588f                 ADDA.L #$00000004,A7
0879eb10 :   4e73                 RTE.L
0879eb12 :   4e7a 2003            MOVEC2.L #$2003
0879eb16 :   2602                 MOVE.L D2,D3
0879eb18 :   0882 000f            BCLR.L #$000f,D2
0879eb1c :   4e7b 2003            MOVE2C.L #$2003
0879eb20 : * 23c0 0000 0100       MOVE.L D0,$00000100
0879eb26 :   4e7b 3003            MOVE2C.L #$3003
0879eb2a :   4e73                 RTE.L
0879eb2c :   42a7                 CLR.L -(A7)
0879eb2e :   f017                 ILLEGAL.L
0879eb30 :   4200                 CLR.B D0
0879eb32 :   2417                 MOVE.L (A7),D2
0879eb34 :   0897 0007            BCLR.B #$0007,(A7)
0879eb38 :   f017                 ILLEGAL.L
Name: "NetSurf-nofpu"
arti is offline  
Old 15 December 2016, 20:15   #13
phx
Natteravn
 
phx's Avatar
 
Join Date: Nov 2009
Location: Herford / Germany
Posts: 2,500
Hmm. Confusing. Why is your ROM (at least exec) in the $0bfxxxxx region? And what is "morelibspace"? Some strange hack?

The backtrace never traces back into Netsurf. Maybe those are system processes, which crash. Or the backtrace is corrupted.

What kind of system is that? Now I want to see the output of "showconfig", and all installed patches/hacks...

Last edited by phx; 15 December 2016 at 20:21. Reason: Saw there is more than one enforcer hit
phx is offline  
Old 15 December 2016, 21:06   #14
arti
Registered User
 
Join Date: Jul 2008
Location: Poland
Posts: 662
WbClassic 3.1 :

Code:
Enforcer Hit! Bad program
Illegal LONG READ from: 0000002c                PC: 427378fc
Data: 00000000 41ffeac6 00000000 42737e64 42733968 00000001 00000000 42446994
Addr: 00000000 40000810 41faa704 41faa700 41faa6ec 420fe954 42738f54 420fe8c0
Stck: 420fe8d8 41ffeac6 41ffd5f0 00000000 00000000 41ffd61c 41ffeac6 00000000
Stck: 00000000 427378e8 41ffeac6 00000000 42737e64 42733968 00000001 00000000
Stck: 42446994 41faa6ec 4219eef4 41faa704 41faa700 41faa6ec 420fe954 42738f54
Stck: 420fe8b0 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Stck: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
----> 427378fc - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 002081bc
----> 427378e8 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 002081a8
----> 42737e64 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 00208724
----> 42733968 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 00204228
----> 42738f54 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 00209814
----> 42738334 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 00208bf4
----> 42715652 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e5f12
----> 4271330c - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e3bcc
----> 4270f99c - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e025c
----> 4270a972 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001db232
----> 4270b4a2 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001dbd62
----> 42710496 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e0d56
----> 4270aa0e - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001db2ce
----> 429ff108 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 004cf9c8
----> 42591b9c - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 0006245c
----> 42710432 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e0cf2
----> 42710086 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e0946
----> 42710532 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e0df2
----> 42591d18 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 000625d8
----> 42a05f98 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 004d6858
----> 42a081d4 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 004d8a94
----> 42a08204 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 004d8ac4
----> 42a081cc - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 004d8a8c
----> 429d1006 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 004a18c6
----> 42a081ac - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 004d8a6c
----> 429d14d6 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 004a1d96
----> 00f83142 - "ROM - exec 40.10 (15.7.93)" Hunk 0000 Offset 00003088
----> 42a0821c - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 004d8adc
----> 42a081e0 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 004d8aa0
----> 429d464b - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 004a4f0b
----> 429d4633 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 004a4ef3
----> 429d5412 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 004a5cd2
----> 00fe7b06 - "ROM - intuition 40.85 (5.5.93)" Hunk 0000 Offset 0001866a
----> 00fde5b0 - "ROM - intuition 40.85 (5.5.93)" Hunk 0000 Offset 0000f114
----> 00fcfdc0 - "ROM - intuition 40.85 (5.5.93)" Hunk 0000 Offset 00000924
----> 00fe1806 - "ROM - intuition 40.85 (5.5.93)" Hunk 0000 Offset 0001236a
----> 00fe15d6 - "ROM - intuition 40.85 (5.5.93)" Hunk 0000 Offset 0001213a
----> 00fe1494 - "ROM - intuition 40.85 (5.5.93)" Hunk 0000 Offset 00011ff8
----> 00fd7748 - "ROM - intuition 40.85 (5.5.93)" Hunk 0000 Offset 000082ac
----> 00fd66c4 - "ROM - intuition 40.85 (5.5.93)" Hunk 0000 Offset 00007228
----> 00fd73fc - "ROM - intuition 40.85 (5.5.93)" Hunk 0000 Offset 00007f60
----> 42a060e8 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 004d69a8
----> 42711ae8 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e23a8
----> 42a89f1c - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0002 Offset 0002c8bc
----> 429ff036 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 004cf8f6
----> 4271265e - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e2f1e
----> 4270f9d0 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e0290
----> 4270fb52 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e0412
----> 4270fa8a - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e034a
----> 42710c18 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e14d8
----> 427112ea - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e1baa
----> 42711ad0 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e2390
----> 427107c0 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e1080
----> 4271132c - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e1bec
----> 42711b22 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 001e23e2
----> 42592046 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 00062906
----> 42591de6 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 000626a6
----> 425ade02 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 0007e6c2
----> 00f8087a - "ROM - exec 40.10 (15.7.93)" Hunk 0000 Offset 000007c0
----> 40502748 - "LIBS:usergroup.library" Hunk 0000 Offset 00001dc0
----> 00f81b0c - "ROM - exec 40.10 (15.7.93)" Hunk 0000 Offset 00001a52
----> 40502700 - "LIBS:usergroup.library" Hunk 0000 Offset 00001d78
----> 00fbf252 - "ROM - ramlib 40.2 (5.3.93)" Hunk 0000 Offset 000001ce
----> 00fc15d8 - "ROM - timer 39.4 (29.7.92)" Hunk 0000 Offset 00000b10
----> 42a079a0 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 004d8260
----> 00fc1018 - "ROM - timer 39.4 (29.7.92)" Hunk 0000 Offset 00000550
----> 40503b24 - "LIBS:usergroup.library" Hunk 0000 Offset 0000319c
----> 00f819f2 - "ROM - exec 40.10 (15.7.93)" Hunk 0000 Offset 00001938
----> 40500cee - "LIBS:usergroup.library" Hunk 0000 Offset 00000366
----> 429fe144 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0000 Offset 004cea04
----> 40500b3c - "LIBS:usergroup.library" Hunk 0000 Offset 000001b4
----> 42a09aa6 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0001 Offset 000012b6
----> 42a09a36 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0001 Offset 00001246
----> 42a09ac2 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0001 Offset 000012d2
----> 42a08f94 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0001 Offset 000007a4
----> 42a09894 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0001 Offset 000010a4
----> 42a098ac - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0001 Offset 000010bc
----> 42a0a1c8 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0001 Offset 000019d8
----> 42a08d3c - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0001 Offset 0000054c
----> 42a08d50 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0001 Offset 00000560
----> 42a08ad4 - "Amiga:projects/netsurf/NetSurf-debug-nofpu" Hunk 0001 Offset 000002e4
427378de :   486d ff94            PEA.L (A5, -$006c) == $420fe8e8
427378e2 :   4eb9 42a0 15e0       JSR.L $42a015e0
427378e8 :   4fef 0014            LEA.L (A7, $0014) == $420fe8d4,A7
427378ec :   4a80                 TST.L D0
427378ee :   6618                 BNE.B #$00000018
427378f0 :   206d ffdc            MOVEA.L (A5, -$0024) == $420fe930,A0
427378f4 :   486d ff84            PEA.L (A5, -$007c) == $420fe8d8
427378f8 :   2f2d ffe8            MOVE.L (A5, -$0018) == $420fe93c,-(A7)
427378fc : * 2068 002c            MOVEA.L (A0, $002c) == $0000002c,A0
42737900 :   4e90                 JSR.L (A0)
42737902 :   2b40 ff80            MOVE.L D0,(A5, -$0080) == $420fe8d4
42737906 :   508f                 ADDA.L #$00000008,A7
42737908 :   202d ff90            MOVE.L (A5, -$0070) == $420fe8e4,D0
4273790c :   663e                 BNE.B #$0000003e
4273790e :   486d ff7c            PEA.L (A5, -$0084) == $420fe8d0
42737912 :   486d ffec            PEA.L (A5, -$0014) == $420fe940
42737916 :   2f2d ffe8            MOVE.L (A5, -$0018) == $420fe93c,-(A7)
Name: "Shell Process"
arti is offline  
Old 15 December 2016, 21:09   #15
arti
Registered User
 
Join Date: Jul 2008
Location: Poland
Posts: 662
OK, case solved, libfreetype2 was not working with FPU.
arti is offline  
 


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with Guru Meditation Ioncannon support.Hardware 15 09 October 2010 02:40
Guru - It Just Gets Better Loedown support.Hardware 13 09 April 2009 20:43
Guru BippyM Retrogaming General Discussion 1 09 September 2006 19:03
Guru! Fackamato support.WinUAE 17 15 September 2004 22:57
Guru? Dr. Dude request.Apps 2 29 January 2004 13:30

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 14:08.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.09923 seconds with 15 queries