[openbeos] Re: Haiku Build r19981

  • From: Grzegorz Dąbrowski <gdx@xxxxx>
  • To: openbeos@xxxxxxxxxxxxx
  • Date: Sun, 28 Jan 2007 16:56:38 +0000

On Sat, 2007-01-27 at 12:47 +0100, Axel Dörfler wrote:
> Ralf Schülke <teammaui@xxxxxx> wrote:
> > since r19973, can't haiku start here,
> > i can boot, after boot, have only see the mouse cursor and haiku is
> > frozen. 
> 
> And that is every time you boot?
> On real hardware or VMware/Qemu, or both?
> Have you built the image yourself?
> Anything notable in the serial debug output? (when in doubt, you could 
> post it here as well)
> Does F12 get you into the kernel debugger? (a "teams" and "threads" 
> output would be helpful as a first diagnosis)

I have the same problem (tested under qemu). I cross-compiled haiku from
linux using gcc4.
Here is debug output:

ne2000 pci ethernet card found - 52:54:00:12:34:56
Interrupts installed at a
etherpci: control: ETHER_INIT 
etherpci: control: GET_ADDR 
register_domain(4, link)
PANIC: Keyboard Requested Halt

Welcome to Kernel Debugging Land...
Running on CPU 0
kdebug> sc
stack trace for thread 0x1 "idle thread 1"
    kernel stack: 0x80101000 to 0x80104000
frame            caller     <image>:function + offset
80103dac (+  48) 80073f02   <kernel>:kernel_debugger_loop + 0x00d0
80103ddc (+  16) 8007493d   <kernel>:kernel_debugger + 0x0098
80103dec (+ 176) 8007489d   <kernel>:panic + 0x0035
80103e9c (+  32) 8007935f   <kernel>:debug_keyboard_interrupt + 0x0086
80103ebc (+  80) 80028689   <kernel>:int_io_interrupt_handler + 0x007d
80103f0c (+ 128) 80079eb9   <kernel>:i386_handle_trap + 0x0336
iframe at 0x80103f94 (end = 0x80103fe8)
 eax 0x0            ebx 0x5             ecx 0x90782200   edx 0x200206
 esi 0xfff4         edi 0x30006400      ebp 0x80103fe0   esp 0x80103fc4
 eip 0x80078be0  eflags 0x200286   
 vector: 0x21, error code: 0x0
80103f8c (+  84) 80078be0   <kernel>:arch_cpu_idle + 0x0004
80103fe0 (+  16) 80028f1c   <kernel>:_start + 0x0220
kdebug> threads
thread         id  state       sem cpu pri  stack      team  name
0x907f8000     1e  waiting     424   -  10  0x801a8000   1e
debug_server
0x90796000      f  waiting      ca   -  10  0x800ec000    1
locked_pool_enlarger
0x90879800     2e  waiting     5b0   -  90  0x803bc000
1  /dev/net/etherpci/0 reader
0x90808800     1f  waiting     319   -  10  0x801b1000   1a  main_mime
0x907a6000     10  waiting      dd   -  20  0x800f0000    1
scsi_bus_service
0x90788000      1  running       -   0   0  0x80101000    1  idle thread
1
0x9087f800     2f  waiting     5b9   -  10  0x803bf000
21  /dev/net/etherpci/0
0x907f8800     20  waiting     343   -  15  0x801b4000   1a  messaging
command processor
0x907aa000     11  suspended     -   -  10  0x80139000    1
disk/ata/0/master/raw
0x90788800      2  zzz          50   -   5  0x800e0000    1  kernel
daemon
0x90889000     30  waiting     5d0   -  10  0x803c2000   21  services
listener
0x90810000     21  waiting     430   -  10  0x801bb000   21  net_server
0x907a6800     12  waiting     11c   -  20  0x8013c000    1
scsi_bus_service
0x90789000      3  zzz          50   -   1  0x800e3000    1  page
scrubber
0x90878800     31  waiting     5e6   -  15  0x803b6000   22  d:0:baron
0x90810800     22  waiting     455   -  10  0x801be000   22  picasso
0x907ae000     13  suspended     -   -  10  0x8014b000    1
disk/atapi/1/master/raw
0x90789800      4  zzz          50   -   5  0x800e6000    1  low memory
handler
0x90879000     32  waiting     5f7   -  15  0x803b9000   22
a:41:x-vnd.Haiku-SystemLogger
0x90889800     33  waiting     600   -  10  0x803c5000   29  daemon
0x907c6000     15  waiting     182   -  10  0x80189000   15  sh
0x9082a000     26  waiting     45a   -  10  0x801ce000   22  Font
Manager
0x9083c800     27  waiting     477   -  10  0x801f6000   22  screen
manager
0x907aa800     28  waiting     4b6   -  10  0x8014e000   1e  kernel
listener
0x90825800     29  waiting     555   -  10  0x801c1000   29
syslog_daemon
0x90793800     1a  waiting     305   -  10  0x801a5000   1a
_roster_thread_
0x90813800     2a  zzz          50   -  10  0x801c8000   2a  waitfor
0x90825000     2b  waiting     563   -  10  0x8021b000    1  net timer
0x9080b000     1c  zzz          50   -  10  0x801ab000   1a  message
deliverer
0x9080b800     1d  waiting     30e   -  10  0x801ae000   1a
timer_thread
kdebug> teams
team          id  parent      name
0x90807e00    21  0x907c5600  /boot/beos/system/servers/net_s
0x90782200     1  0x00000000  kernel_team
0x9080c400    22  0x907c5600  /boot/beos/system/servers/app_s
0x907c5600    15  0x90782200  /bin/sh
0x9080ca00    29  0x907c5600  /boot/beos/system/servers/syslo
0x9083d400    2a  0x907c5600  /bin/waitfor
0x90806a00    1a  0x907c5600  /boot/beos/system/servers/regis
0x90807200    1e  0x907c5600  /boot/beos/system/servers/debug
kdebug> 


-- 
Grzegorz Dabrowski


Other related posts: