Welcome, Guest. Please login or register.

Author Topic: Aros blowing up  (Read 1660 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline MarkTimeTopic starter

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 901
    • Show only replies by MarkTime
    • http://www.tanooshka.com
Aros blowing up
« on: November 29, 2003, 03:39:18 AM »
OK, I burned the AROS ISO image on a CD, and it ran so slow, that I decided to try the linux hosted version.

So....I am running Red Hat's Fedora Core, release one on my Athlon 2000+.

I downloaded the binaries and they blow up....then I downloaded the sources, and after compiling....that blows up.

List chip memory: Attr=00000703 from 0xbed37030 to 0xbf537008 Free=8343368
   Chunk bed420c0 Size 8343368
List rom memory: Attr=00000400 from 0x0804a7c0 to 0x080cac8c Free=0
GURU Meditation b501 0000
Deadend/*unknown*/*unknown*
Task: 0xbed377c8 (Boot Task)
Aborted

 

Offline lempkee

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 2860
    • Show only replies by lempkee
    • http://www.amigaguru.com
Re: Aros blowing up
« Reply #1 on: November 29, 2003, 04:09:08 AM »
*KABOOM*
Whats up with all the hate!
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Aros blowing up
« Reply #2 on: November 29, 2003, 04:11:32 AM »
I can see that the antiterror squads are gonna be hunting AROS down now...
int p; // A
 

Offline that_punk_guy

  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 4526
    • Show only replies by that_punk_guy
Re: Aros blowing up
« Reply #3 on: November 29, 2003, 04:21:33 AM »
Quote

MarkTime wrote:
 it ran so slow


I never used the Linux-hosted version, so I'm afraid I'm of little help there... However, it runs slow on an Athlon 2000+? It's pretty snappy here on my P3-550 and flies on my Athlon 1800+... Strange.

 :-?
 

Offline dammy

  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 2828
    • Show only replies by dammy
Re: Aros blowing up
« Reply #4 on: November 29, 2003, 05:46:45 AM »
What date was the ISO?

Dammy
Dammy

https://www.facebook.com/pages/Arix-OS/414578091930728
Unless otherwise noted, I speak only for myself.
 

Offline dammy

  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 2828
    • Show only replies by dammy
Re: Aros blowing up
« Reply #5 on: November 29, 2003, 06:00:39 AM »
by that_punk_guy on 2003/11/28 23:21:33

Quote
I never used the Linux-hosted version, so I'm afraid I'm of little help there... However, it runs slow on an Athlon 2000+? It's pretty snappy here on my P3-550 and flies on my Athlon 1800+... Strange.


Unless it's an old ISO, it maybe hardware issues.  I've got my Dell Latitude 233MHz MX fired up and it's running hosted AROS (from the other night's CVS) on Fedora and it's running as smooth and pretty responsive (considering the limited RAM available after Fedora, that's impressive).

Dammy
Dammy

https://www.facebook.com/pages/Arix-OS/414578091930728
Unless otherwise noted, I speak only for myself.
 

Offline falemagn

  • Sr. Member
  • ****
  • Join Date: May 2002
  • Posts: 269
    • Show only replies by falemagn
    • http://www.aros.org/
Re: Aros blowing up
« Reply #6 on: November 29, 2003, 11:19:55 AM »
Quote

OK, I burned the AROS ISO image on a CD, and it ran so slow, that I decided to try the linux hosted version.


Slow as in loading slow? If so, it must be because of our pretty buggish and limited ide.device, if not, then i'm surprised, as native runs faster than hosted for me, even in VMWare :-o.

Quote

So....I am running Red Hat's Fedora Core, release one on my Athlon 2000+.


What's the version of the libc that distribution got?

Quote

I downloaded the binaries and they blow up....then I downloaded the sources, and after compiling....that blows up.

List chip memory: Attr=00000703 from 0xbed37030 to 0xbf537008 Free=8343368
Chunk bed420c0 Size 8343368
List rom memory: Attr=00000400 from 0x0804a7c0 to 0x080cac8c Free=0
GURU Meditation b501 0000
Deadend/*unknown*/*unknown*
Task: 0xbed377c8 (Boot Task)
Aborted


Looks like something couldn't be properly allocated... the guru doesn't explain much, though, which is puzzling. I'll try to find out more.
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Aros blowing up
« Reply #7 on: November 29, 2003, 12:06:50 PM »
Quote

Karlos wrote:
I can see that the antiterror squads are gonna be hunting AROS down now...


Don't say that or AROS might have to be reclassified under the Dagerous weapons act 1997 :-D

Offline Georg

  • Jr. Member
  • **
  • Join Date: Feb 2002
  • Posts: 90
    • Show only replies by Georg
Re: Aros blowing up
« Reply #8 on: November 29, 2003, 12:29:52 PM »
This GURU seems to come from input.device or
unixio.hidd (I think, having scanned the exe for
this alert numbers). First try running AROS with
some more memory:

  ./aros -m 64

Gives it 64 MByte of RAM.

If this doesn't help recompile the source with debugging
enabled:

   make clean
   ./configure --enable-debug
   make

Then run AROS through the GNU debugger "gdb":

   cd bin/linux-i386/AROS
   gdb aros

Inside gdb enter:

  run -m 64

Then when it crashes do a backtrace by typing

  bt

What output does the backtrace give?
 

Offline Georg

  • Jr. Member
  • **
  • Join Date: Feb 2002
  • Posts: 90
    • Show only replies by Georg
Re: Aros blowing up
« Reply #9 on: November 29, 2003, 12:39:51 PM »
Ah, and if after the "run" in gdb it gets interrupted through a (mysterious. no idea where coming from)
SIGTRAP type "cont" to make it continue from where
it was interrupted.

BTW: At what depth is your X11 Server running?
 

Offline amigamad

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 2159
    • Show only replies by amigamad
Re: Aros blowing up
« Reply #10 on: November 29, 2003, 03:39:28 PM »
Quote
Don't say that or AROS might have to be reclassified under the Dagerous weapons act 1997


That would please tony blair it would be the first ones he had found. :-D
I once had an amigaone xe but sold it .

http://www.tamiyaclub.com
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Aros blowing up
« Reply #11 on: November 29, 2003, 03:49:51 PM »
Quote

amigamad wrote:
Quote
Don't say that or AROS might have to be reclassified under the Dagerous weapons act 1997


That would please tony blair it would be the first ones he had found. :-D


:lol:

Offline that_punk_guy

  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 4526
    • Show only replies by that_punk_guy
Re: Aros blowing up
« Reply #12 on: November 29, 2003, 03:59:49 PM »
Matt, imagine it! Nationwide publicity for AROS!

:-D
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Aros blowing up
« Reply #13 on: November 29, 2003, 04:06:35 PM »
Quote

that_punk_guy wrote:
Matt, imagine it! Nationwide publicity for AROS!

:-D


Well, you know what they say... No publicity is Bad publicity...

Offline MarkTimeTopic starter

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 901
    • Show only replies by MarkTime
    • http://www.tanooshka.com
Re: Aros blowing up
« Reply #14 on: November 29, 2003, 04:39:03 PM »
First, I should explain my remarks, though I didn't mean them in a provocative way.

I first tried running AROS on a P4 1.6 running the native version, but inside Virtual PC 5.2 (last connectix version)

That was slow in terms of gui responsiveness...windows were slow to redraw.

As for comparing it to the hosted version, I cannot.
Now I'm on a different machine, and its an Athlon 2000+ 384MB running the fedora core.
It has a ps/2 keyboard and a usb mouse.

I will try the suggestions and see if I can track down the problem further.

thanks for the help.