Login
Username:

Password:

Remember me



Lost Password?

Register now!
Main Menu
Who is Online
6 user(s) are online (4 user(s) are browsing Forum)

Members: 0
Guests: 6

more...


Browsing this Thread:   1 Anonymous Users




« 1 (2) 3 4 »


Re: AROS Image for Free OS Zoo?
#22
Home away from home
Home away from home


See User information
Hmm ... yeah :-\ Strange place it's crashing in. The backtrace gives some hints but a debug build of AROS would even more. So the thing to do is to really try to get compiling working first. Can you send me the whole AROS output the build process ("make") generates. Ie. "make >outfile" and then compress outfile with gzip, bzip2 or lha and send it to me (georg.steger@rolmail.net).


Posted on: 2004/7/16 11:07
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: AROS Image for Free OS Zoo?
#21
Not too shy to talk
Not too shy to talk


See User information
GDB prints this error when AROS stops:

Using shared memory key 1091022161
NOTY_MAPWINDOW request returned
x11 hidd: Could not create offscreen bitmap for supplied attrs! Superclass hopefully can.

Program received signal SIGSEGV, Segmentation fault.
0x0807cd13 in Utility_Strnicmp ()



Backtrace shows the follwing:

#0 0x0807cd13 in Utility_Strnicmp ()
#1 0x0805b308 in Dos_FindDosEntry ()
#2 0x08051b21 in DoName ()
#3 0x0805dc21 in Dos_Open ()
#4 0x0804aa33 in submain ()
#5 0x00000008 in ?? ()
#6 0x402c0010 in ?? ()
#7 0x080576a5 in Dos_AllocDosObject ()
Previous frame inner to this frame (corrupt stack?)


Quote:
Is the AROS X11 window already open at that time?
Yes.

Quote:
Also which Linux kernel are you running under? If 2.6, did you also try with a 2.4 one?
I use kernel 2.6.5. No I didn't try a 2.4 kernel, because SuSE 9.1 only comes with a 2.6 kernel and I have no problems with it so far.

Posted on: 2004/7/16 7:13
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: AROS Image for Free OS Zoo?
#20
Not too shy to talk
Not too shy to talk


See User information
Quote:

Georg wrote:
Which version of gcc are you using? Must be 3.x. Here I have 3.3.1.

I use version 3.3.3, the standard version on SuSE 9.1.

Posted on: 2004/7/16 6:33
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Anonymous
Re: AROS Image for Free OS Zoo?
#19
nice info...

i got it better here than onhttp://www.aros.org/documentation/developers/debugging.php

thankz!

 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: AROS Image for Free OS Zoo?
#18
Home away from home
Home away from home


See User information
Quote:
Not compiling


Which version of gcc are you using? Must be 3.x. Here I have 3.3.1.


Posted on: 2004/7/15 20:11
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: AROS Image for Free OS Zoo?
#17
Home away from home
Home away from home


See User information
Unfortunately you don't have a debug build of AROS (if compilation worked that would be enabled by passing --enable-debug when doing ./configure), but try anyway to run AROS through the GNU debugger gdb.

To do this type "gdb aros" in a Linux shell (while you are in bin/linux-i386/AROS). Then inside gdb enter "run -m 32" to actually start execution.

In cases it might almost immediately return to gdb command line saying something like "received SIGTRAP. Trace/breakpoint trap". If so type "cont" to make it continue execution. Then when the Speicherzugriffsfehler/segfault happens try entering "bt". Which output does that command give?

Is the AROS X11 window already open at that time?

To quit gdb enter "quit", BTW.

Also which Linux kernel are you running under? If 2.6, did you also try with a 2.4 one?


Posted on: 2004/7/15 19:46
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: AROS Image for Free OS Zoo?
#16
Not too shy to talk
Not too shy to talk


See User information
Quote:
Not compiling: what error do you get during compilation?
O.K. I wrote a bug report for this issue too. Maybe someone can help. Maybe it have something to do with the other problem, that the linux hosted binary distribution don't work on SuSE 9.1?

Posted on: 2004/7/15 19:00
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: AROS Image for Free OS Zoo?
#15
Not too shy to talk
Not too shy to talk


See User information
Quote:

Was this the snapshot from last night? Did you try older versions, too, and didn't they work either?
I tried differen version of AROS under SuSE 9.1 on different computers. Non of them work. I already wrote a Bug report.

Quote:
Here I have SuSE 9.0 and AROS hosted works fine.
I tried it on SuSE 8.2 some time ago, and it works too.


Quote:
Not compiling: what error do you get during compilation?
I can post this later. It was the snapshot from yesterday.

Posted on: 2004/7/15 15:40
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: AROS Image for Free OS Zoo?
#14
Home away from home
Home away from home


See User information
Quote:
And I can not rebuild it, because AROS don't compile on SuSE 9.1 at the moment. It seems AROS don't like SuSE 9.1 because the Linux hosted version of AROS also didn't run on SuSE 9.1. It dies on startup with a segementation fault.


Was this the snapshot from last night? Did you try older versions, too, and didn't they work either?

Here I have SuSE 9.0 and AROS hosted works fine.

Not compiling: what error do you get during compilation?


Posted on: 2004/7/15 13:59
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: AROS Image for Free OS Zoo?
#13
Not too shy to talk
Not too shy to talk


See User information
Quote:

You cannot do that without rebuilding aros. And there is no aros image with enabled ata.device yet.

And I can not rebuild it, because AROS don't compile on SuSE 9.1 at the moment. It seems AROS don't like SuSE 9.1 because the Linux hosted version of AROS also didn't run on SuSE 9.1. It dies on startup with a segementation fault.

Quote:
Before you manage to do that without our help, there will be iso image using the ata.device already :)

I think you are right, because I even can't compile it at the moment.

But as I see on the changelog (In SendPacket() set ByteCntL to 0xfe and ByteCntH to 0xff. Like the new ata.device does.) the problem is already solved. I just tried it with QEmu an it works. It is the fastest graphical system I tried with QEmu till now.

I think it would be a good promotion for AROS, if a image is available on the download section of Free OS Zoo.

Maybe we should ask Free OS Zoo if they can put the current nightly build (2004-07-15) on their site. A special AROS Image for Free OS Zoo would even be better. Maybe some non working programs should be excluded (e.g. UAE) from the image and the sartup screen should only offer the resolution which work on QEmu. NVIDIA mode didn't work because QEmu don't emulate a NVIDIA chip. But the 32 Bit resolutions and 16 Bit resolutions above 1024x768 don't work correct also. QEmu displays a wrong resolution and wrong colors for this resolutions.

Posted on: 2004/7/15 11:21
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 




« 1 (2) 3 4 »



You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.
You cannot create PDF files.
You cannot get print page.

[Advanced Search]


Search
Top Posters
1 paolone
paolone
4462
2 nikolaos
nikolaos
4206
3 magorium
magorium
4095
4 phoenixkonsole
phoenixkonsole
3942
5 deadwood
deadwood
2917
6 ncafferkey
ncafferkey
2810
7 mazze
mazze
2222
8 Kalamatee
Kalamatee
2212
9 clusteruk
clusteruk
2114
Powered by XOOPS © 2001-2025 The XOOPS Project