Hi,

Jakub Jermář <ja...@jermar.eu> wrote:
> On 4/21/25 9:32 PM, Jakub Jermář wrote:
> 
> > On 4/21/25 9:21 PM, Matěj Volf wrote:
> > 
> > > Compiling and running qemu for malta-be or malta-le goes without issues,
> > > but then I found no way to access any console in the running OS. I'm not
> > > even sure if there should be one in the qemu UI, or if I should connect
> > > to some serial port from outside? The section about serial ports on wiki
> > > is marked just with "TODO write this section" :( https://
> > > www.helenos.org/wiki/UsersGuide/RunningInQEMU#Serialports . And wiki
> > > page about MIPS arch doesn't provide any special instructions either
> > > https://www.helenos.org/wiki/Arch/Mips32 . There's unusual amount of "No
> > > driver found" errors from devman in the log, no idea if that means
> > > something. Full log is attached.
> > > 
> > > Could anyone please assist? Am I doing something wrong, is this just
> > > some small issue, or is the mips port known to be currently broken?
> > 
> > This seems to be currently broken for some reason. Normally it should
> > give you a bdsh over serial console. I can confirm that it also does not
> > work for me locally. You can try running a release to see how it's
> > supposed to look like.
> 
> 
> Bisecting this shows that:
> 
> c3d9aaf561afb8b493c3460b1898f33b5499c920 is the first bad commit
> commit c3d9aaf561afb8b493c3460b1898f33b5499c920
> Author: Jiri Svoboda jiri@wiwaxia
> 
> Date: Mon Feb 3 16:52:08 2025 +0100
> 
> Determine when device (sub)tree is stable.
> 
> Devman will only return value when the entire device tree is stable.
> 
> uspace/srv/devman/dev.c | 15 +++++++++++++++
> uspace/srv/devman/dev.h | 3 ++-
> uspace/srv/devman/devman.h | 7 ++++++-
> uspace/srv/devman/devtree.c | 13 +++++++++++++
> uspace/srv/devman/devtree.h | 3 ++-
> uspace/srv/devman/driver.c | 42 ++++++++++++++++++++++++++++++++++++++++--
> uspace/srv/devman/main.c | 5 ++++-
> 7 files changed, 82 insertions(+), 6 deletions(-)


Thanks, this commit probably also broke a lot more stuff,
on amd64 I get every ~25 boots a freezed kernel console.

I am inlining the dmesg, there is also HelenRAID (comming soon :D)
server started but it doesn't touch anything.

--
mc


Program loader at 0xffff80000041d000
RAM disk at 0x0000000000314000 (size 19251200 bytes)
Kernel console ready (press any key to activate)
[init:ns(2)] ns: HelenOS IPC Naming Service
[init:ns(2)] ns: Accepting connections
[init:init(3)] init: HelenOS init
[init:locsrv(4)] loc: HelenOS Location Service
[init:rd(5)] rd: HelenOS RAM disk server
[init:rd(5)] rd: Found RAM disk at 0x0000000000314000, 19251200 bytes
[init:vfs(6)] vfs: HelenOS VFS server
[init:logger(7)] logger: HelenOS Logging Service
[init:tmpfs(8)] tmpfs: HelenOS TMPFS file system server
[init:logger(7)] logger: Accepting connections
[init:locsrv(4)] loc: Accepting connections
[init:vfs(6)] vfs: Accepting connections
[init:rd(5)] rd: Accepting connections
[init:tmpfs(8)] tmpfs: Accepting connections
[init:init(3)] init: Root file system mounted on / (tmpfs)
[init:init(3)] init: Extracting root file system archive
[init:init(3)] Error ENOMEM reading 1 blocks starting at block 37600 from 
device handle 27
[init:init(3)] 0x00007ffffffff5f0: 0x0000000000406a45()
[init:init(3)] 0x00007ffffffff660: 0x0000000000400ddc()
[init:init(3)] 0x00007ffffffff680: 0x00000000004006af()
[init:init(3)] 0x00007fffffffff50: 0x0000000000413102()
[init:init(3)] 0x00007fffffffff80: 0x0000000000400761()
[init:init(3)] 0x00007fffffffffa0: 0x0000000000400343()
[init:init(3)] 0x00007fffffffffd0: 0x00000000004053c9()
[init:init(3)] 0x00007fffffffffe0: 0x000000000040080c()
[init:init(3)] 0x00007ffffffffff0: 0x0000000000400774()
[init:init(3)] -- end of stack trace --
[init:init(3)] init: Starting /srv/system
[/srv/system(9)] system: HelenOS system server
[/srv/system(9)] system: Starting /srv/fs/exfat
[/srv/fs/exfat(10)] exfat: HelenOS exFAT file system server
[/srv/fs/exfat(10)] exfat: Accepting connections
[/srv/system(9)] system: Starting /srv/fs/fat
[/srv/fs/fat(11)] fat: HelenOS FAT file system server
[/srv/fs/fat(11)] fat: Accepting connections
[/srv/system(9)] system: Starting /srv/fs/cdfs
[/srv/fs/cdfs(12)] cdfs: HelenOS cdfs file system server
[/srv/fs/cdfs(12)] cdfs: Accepting connections
[/srv/system(9)] system: Starting /srv/fs/mfs
[/srv/fs/mfs(13)] mfs: HelenOS Minix file system server
[/srv/fs/mfs(13)] mfs: Accepting connections
[/srv/system(9)] system: Starting /srv/klog
[kernel/arch] warn: MADT: Skipping L_APIC_NMI entry (type=4)
[/srv/system(9)] system: Starting /srv/fs/locfs
[kernel/arch] note: 0xffffffff800f5480: MPS Floating Pointer Structure
[kernel/other] note: Program loader at 0xffff80000041d000
[kernel/other] note: RAM disk at 0x0000000000314000 (size 19251200 bytes)
[/srv/fs/locfs(15)] locfs: HelenOS Device Filesystem
[/srv/fs/locfs(15)] locfs: Accepting connections
[/srv/system(9)] system: Location service file system mounted on /loc (locfs)
[/srv/system(9)] system: Temporary file system mounted on /tmp (tmpfs)
[/srv/system(9)] system: Starting /srv/devman
[/srv/devman(16)] devman: HelenOS Device Manager
[/srv/devman(16)] devman: Accepting connections.
[devman] note: Wait for device tree to stabilize.
[/drv/root/root(17)] root: HelenOS root device driver
[devman] note: The `root' driver was successfully registered as running.
[/drv/virt/virt(18)] virt: HelenOS virtual devices root driver
[devman] note: The `virt' driver was successfully registered as running.
[/drv/pc/pc(19)] pc: HelenOS PC platform driver
[devman] note: The `pc' driver was successfully registered as running.
[virt] note: Registered child device `kfb'
[/drv/kfb/kfb(20)] kfb: HelenOS kernel framebuffer driver
[devman] note: The `kfb' driver was successfully registered as running.
[/drv/pciintel/pciintel(21)] pciintel: HelenOS PCI bus driver (Intel method 1).
[devman] note: The `pciintel' driver was successfully registered as running.
[devman] note: Function `/virt/kfb/kfb' added to category `display-device'.
[/drv/kfb/kfb(20)] kfb: Accepting connections
[devman] error: No driver found for device `/hw/sys/00:00.0'.
[pciintel] note: Function 00:01.3 uses irq 9.
[devman] error: No driver found for device `/hw/sys/00:01.3'.
[devman] error: No driver found for device `/hw/sys/00:02.0'.
[pciintel] note: Function 00:03.0 uses irq b.
[/drv/isa/isa(22)] isa: HelenOS ISA bus driver
[devman] note: The `isa' driver was successfully registered as running.
[/drv/pci-ide/pci-ide(23)] pci-ide: HelenOS PCI IDE device driver
[devman] note: The `pci-ide' driver was successfully registered as running.
[/drv/e1k/e1k(24)] e1k: HelenOS E1000 network adapter driver
[devman] note: The `e1k' driver was successfully registered as running.
[isa] note: ISA Bridge
[pci-ide] note: sizes: 16
[devman] note: Function `/hw/sys/ctl' added to category `pci'.
[pci-ide] note: Bus master IDE regs I/O address: 0xc040
[pci-ide] note: I/O address 0x00000000000001f0/0x00000000000003f4
[isa] note: Added mem range (addr=0x20, size=0x2) to function i8259
[isa] note: Added mem range (addr=0xa0, size=0x2) to function i8259
[pci-ide] note: QEMU HARDDISK: LBA-48 204800 blocks 100 MB.
[pci-ide] note: QEMU HARDDISK: LBA-48 102400 blocks 50 MB.
[isa] note: Added mem range (addr=0xfec00000, size=0x14) to function apic
[devman] note: Function `/hw/sys/00:01.1/c0d0' added to category `disk'.
[isa] note: Added irq 0x4 to function com1
[devman] note: Function `/hw/sys/00:01.1/c0d1' added to category `disk'.
[isa] note: Added io range (addr=0x3f8, size=0x8) to function com1
[pci-ide] note: I/O address 0x0000000000000170/0x0000000000000374
[isa] note: Added irq 0x3 to function com2
[isa] note: Added io range (addr=0x2f8, size=0x8) to function com2
[isa] note: Added io range (addr=0x378, size=0x8) to function lpt1
[isa] note: Added irq 0x7 to function lpt1
[devman] note: Function `/hw/sys/00:03.0/port0' added to category `nic'.
[/drv/i8259/i8259(25)] i8259: i8259 Interrupt Controller driver
[isa] note: Added io range (addr=0x278, size=0x8) to function lpt2
[isa] note: Added irq 0x5 to function lpt2
[isa] note: Added irq 0x1 to function i8042
[isa] note: Added irq 0xc to function i8042
[isa] note: Added io range (addr=0x60, size=0x5) to function i8042
[isa] note: Added irq 0x5 to function ne2k
[isa] note: Added io range (addr=0x300, size=0x20) to function ne2k
[isa] note: Added io range (addr=0x220, size=0x20) to function sb16
[isa] note: Added io range (addr=0x330, size=0x2) to function sb16
[isa] note: Added irq 0x5 to function sb16
[isa] note: Added dma 0x1 to function sb16
[isa] note: Added dma 0x5 to function sb16
[isa] note: Added io range (addr=0x70, size=0x2) to function cmos-rtc
[isa] note: Added io range (addr=0x3f0, size=0x8) to function fdc
[isa] note: Added irq 0x6 to function fdc
[isa] note: Added dma 0x2 to function fdc
[isa] note: Added io range (addr=0x1f0, size=0x8) to function ide1
[isa] note: Added io range (addr=0x3f0, size=0x8) to function ide1
[isa] note: Added io range (addr=0x170, size=0x8) to function ide1
[isa] note: Added io range (addr=0x370, size=0x8) to function ide1
[isa] note: Added irq 0xe to function ide1
[isa] note: Added irq 0xf to function ide1
[isa] note: Finished enumerating legacy functions
[/drv/apic/apic(26)] apic: APIC driver
[devman] note: The `i8259' driver was successfully registered as running.
[devman] note: The `apic' driver was successfully registered as running.
[devman] note: Function `/hw/sys/00:01.0/i8259/a' added to category `irc'.
[/drv/apic/apic(26)] apic: No APIC found
[/drv/ns8250/ns8250(27)] ns8250: HelenOS serial port driver
[devman] note: The `ns8250' driver was successfully registered as running.
[ns8250] note: Device com1 was assigned irq = 0x4.
[/drv/pc-lpt/pc-lpt(28)] pc-lpt: PC parallel port driver
[/drv/i8042/i8042(29)] i8042: HelenOS PS/2 driver.
[/drv/sb16/sb16(31)] sb16: HelenOS SB16 audio driver.
[/drv/cmos-rtc/cmos-rtc(32)] cmos-rtc: HelenOS RTC driver
[/drv/pc-floppy/pc-floppy(33)] pc-floppy: HelenOS PC floppy disk driver
[/drv/isa-ide/isa-ide(34)] isa-ide: HelenOS ISA IDE device driver
[ns8250] note: Device com1 was assigned I/O address = 0x0x3f8.
[devman] note: The `pc-lpt' driver was successfully registered as running.
[devman] note: The `i8042' driver was successfully registered as running.
[devman] note: The `sb16' driver was successfully registered as running.
[devman] note: The `cmos-rtc' driver was successfully registered as running.
[devman] note: The `pc-floppy' driver was successfully registered as running.
[devman] note: Function `/hw/sys/00:01.0/com1/a' added to category `serial'.
[ns8250] note: Device com1 successfully initialized.
[devman] note: The `isa-ide' driver was successfully registered as running.
[sb16] note: PIO registers at 0x0000000000000220 accessible.
[cmos-rtc] note: Device cmos-rtc was assigned I/O address 0x70
[devman] note: Function `/hw/sys/00:01.0/lpt1/a' added to category 
`printer-port'.
[pc-floppy] note: DMA channel 2
[isa] note: isa_fun_query_legacy_io: ISA bridge - determine legacy IDE 
availability from PCI bus driver
[ns8250] note: Device com2 was assigned irq = 0x3.
[ns8250] note: Device com2 was assigned I/O address = 0x0x2f8.
[sb16] error: Invalid DSP reset response: ff.
[pc-floppy] note: I/O address 0x00000000000003f0
[/srv/devman(16)] Deadlock detected.
[/srv/devman(16)] 0x0000000000d30d20: 0x0000000070170453()
[/srv/devman(16)] 0x0000000000d30d60: 0x0000000070175f3c()
[/srv/devman(16)] 0x0000000000d30dd0: 0x0000000070176572()
[/srv/devman(16)] 0x0000000000d30e10: 0x0000000000405d3f()
[/srv/devman(16)] 0x0000000000d30f30: 0x00000000004038e3()
[/srv/devman(16)] 0x0000000000d30fe0: 0x0000000070162880()
[/srv/devman(16)] 0x0000000000d30ff0: 0x00000000701759e6()
[/srv/devman(16)] -- end of stack trace --
[/srv/devman(16)] Fibril 0x00000000004212b0 waits for primitive 
0x000000000040a850.
[/srv/devman(16)] Primitive 0x000000000040a850 is owned by fibril 
0x00000000004212b0.
[devman] error:
[cmos-rtc] error: Failed adding service to clock category.
[pc-lpt] error: Failed getting hardware resource list.
[sb16] error: Failed to initialize SB DSP: [EIO] Input/output error.
[/srv/system(9)] system: Server /srv/devman failed to start (unexpectedly 
terminated)
[i8042] note: Controlling 'i8042' (42).
[pc-floppy] note: IRQ 6
[/srv/system(9)] system: Unable to stat /srv/hid/s3c24xx_uart
[/drv/cmos-rtc/cmos-rtc(32)] Assertion failed (fun->bound == false) in task 32, 
file "../helenos/uspace/lib/drv/generic/driver.c", line 838.
[/drv/cmos-rtc/cmos-rtc(32)] 0x0000000000518e20: 0x0000000070170403()
[/drv/cmos-rtc/cmos-rtc(32)] 0x0000000000518e50: 0x000000007015f70b()
[/drv/cmos-rtc/cmos-rtc(32)] 0x0000000000518e60: 0x00000000004035b2()
[/drv/cmos-rtc/cmos-rtc(32)] 0x0000000000518ea0: 0x0000000000401cb9()
[/drv/cmos-rtc/cmos-rtc(32)] 0x0000000000518f30: 0x0000000000403038()
[/drv/cmos-rtc/cmos-rtc(32)] 0x0000000000518fe0: 0x0000000070162880()
[/drv/cmos-rtc/cmos-rtc(32)] 0x0000000000518ff0: 0x00000000701759e6()
[/drv/cmos-rtc/cmos-rtc(32)] -- end of stack trace --
[sb16] error: Failed to init sb16 driver: [EIO] Input/output error.
[isa-ide] note: I/O address 0x00000000000001f0/0x00000000000003f0
[/srv/system(9)] system: Starting /srv/hid/s3c24xx_ts
[isa-ide] note: IRQ 14
[isa-ide] note: QEMU HARDDISK: LBA-48 204800 blocks 100 MB.
[isa-ide] error: Failed binding DDF function c0d1: [ENOENT] No such entry
[isa-ide] error: Unable to add device 1.
Task /drv/isa-ide/isa-ide (34) killed due to an exception at program counter 
0x0000000000402ad6.
cs =0x0000000000000023  rip=0x0000000000402ad6 rfl=0x0000000000010246   
err=0x0000000000000004
ss =0x000000000000001b
rax=000000000000000000  rbx=0x000000000051e810 rcx=0x000000000051e030   
rdx=0x0000000000002000
rsi=0x0000000070181640  rdi=0x00000000701917d0 rbp=0x000000000051ccb0   
rsp=0x000000000051cc80
r8 =0x0000000000000060  r9 =000000000000000000 r10=0x0000000000415e50   
r11=0x0000000000000212
r12=000000000000000000  r13=0x000000000051e0b0 r14=0x000000000051ea98   
r15=0x0000000000000001
0x000000000051ccb0: 0x0000000000402ad6()
0x000000000051ccf0: 0x0000000000404ff5()
0x000000000051cdf0: 0x00000000004022e2()
0x000000000051cea0: 0x0000000000402780()
0x000000000051cf30: 0x0000000000405e48()
0x000000000051cfe0: 0x0000000070162880()
0x000000000051cff0: 0x00000000701759e6()
Kill message: Page fault: 0000000000000000.
[/srv/hid/s3c24xx_ts(36)] s3c24xx_ts: S3C24xx touchscreen driver
[/srv/system(9)] system: Server /srv/hid/s3c24xx_ts failed to start (exit code 
-1)
[/srv/system(9)] system: Starting /srv/bd/vbd
[/srv/bd/vbd(37)] vbd: Virtual Block Device service
[/srv/bd/vbd(37)] vbd: Accepting connections.
[/srv/system(9)] system: Starting /srv/volsrv
[/srv/volsrv(38)] volsrv: Volume service
[/srv/volsrv(38)] volsrv: Accepting connections.
[/srv/system(9)] system: Starting /srv/bd/hr
[/srv/bd/hr(39)] hr: HelenRAID server
[/srv/bd/hr(39)] hr: accepting connections
[/srv/system(9)] system: Creating live image directory structure.
[/srv/system(9)] system: Starting /srv/taskmon
[/srv/taskmon(40)] taskmon: Task Monitoring Service
[/srv/system(9)] system: Starting /srv/net/loopip
[/srv/net/loopip(41)] loopip: HelenOS loopback IP link provider
[/srv/net/loopip(41)] loopip: Accepting connections.
[/srv/system(9)] system: Starting /srv/net/ethip
[/srv/net/ethip(42)] ethip: HelenOS IP over Ethernet service
[/srv/net/ethip(42)] ethip: Accepting connections.
[/srv/system(9)] system: Starting /srv/net/dhcp
[/srv/net/dhcp(43)] dhcp: DHCP Service
[/srv/net/dhcp(43)] dhcp: Accepting connections.
[/srv/system(9)] system: Starting /srv/net/inetsrv
[/srv/net/inetsrv(44)] inetsrv: HelenOS Internet Protocol service
[inetsrv] note: Found IP link '47'
[inetsrv] note: inet_link_autoconf_link
[inetsrv] warn: inet_cfg_open(/w/cfg/inetsrv.sif) :could not load configuration.
[/srv/net/inetsrv(44)] inetsrv: Accepting connections.
[inetsrv] note: inet_link_autoconf : initialize DHCP
[/srv/system(9)] system: Starting /srv/net/tcp
[inetsrv] note: inet_link_autoconf : initialize DHCP done
[inetsrv] note: inet_link_autoconf : autoconf links...
[inetsrv] note: inet_link_autoconf_link
[inetsrv] note: inet_link_autoconf : autoconf links done
[/srv/net/tcp(45)] tcp: TCP (Transmission Control Protocol) network module
[/srv/net/tcp(45)] tcp: Accepting connections.
[/srv/system(9)] system: Starting /srv/net/udp
[/srv/net/udp(46)] udp: UDP (User Datagram Protocol) service
[/srv/net/udp(46)] udp: Accepting connections.
[/srv/system(9)] system: Starting /srv/net/dnsrsrv
[/srv/net/dnsrsrv(47)] dnsres: DNS Resolution Service
[/srv/net/dnsrsrv(47)] dnsres: Accepting connections.
[/srv/system(9)] system: Starting /srv/clipboard
[/srv/clipboard(48)] clipboard: HelenOS clipboard service
[/srv/clipboard(48)] clipboard: Accepting connections
[/srv/system(9)] system: Starting /srv/hid/remcons
[/srv/hid/remcons(49)] remcons: HelenOS Remote console service
[/srv/system(9)] system: Starting /srv/hid/input
[/srv/hid/input(50)] input: HelenOS input service
[/srv/hid/input(50)] input: Accepting connections
[/srv/system(9)] system: Starting /srv/hid/output
[/srv/hid/output(51)] output: HelenOS output service
[pc-floppy] error: Failed binding DDF function d0: [ENOENT] No such entry
[pc-floppy] error: pc_fdc_ctrl_init: pc_fdc_drive_create failed
[pci-ide] note: QEMU DVD-ROM: PACKET 11862 blocks 5 MB.
[pci-ide] note: QEMU HARDDISK: LBA-48 204800 blocks 100 MB.
[pci-ide] error: Failed binding DDF function c1d0: [ENOENT] No such entry
[pci-ide] error: Unable to add device 0.
Task /drv/pci-ide/pci-ide (23) killed due to an exception at program counter 
0x000000000040304c.
cs =0x0000000000000023  rip=0x000000000040304c rfl=0x0000000000010246   
err=0x0000000000000004
ss =0x000000000000001b
rax=000000000000000000  rbx=0x000000000051e8b0 rcx=0x000000000051e030   
rdx=0x0000000000002000
rsi=0x0000000070181640  rdi=0x00000000701917d0 rbp=0x000000000051cca0   
rsp=0x000000000051cc70
r8 =0x0000000000000060  r9 =000000000000000000 r10=0x0000000000415e50   
r11=0x0000000000000216
r12=000000000000000000  r13=0x00000000004157c0 r14=0x000000000051eb38   
r15=000000000000000000
0x000000000051cca0: 0x000000000040304c()
0x000000000051cce0: 0x0000000000405565()
0x000000000051ce00: 0x00000000004028e2()
0x000000000051cea0: 0x0000000000402da3()
0x000000000051cf30: 0x00000000004063b8()
0x000000000051cfe0: 0x0000000070162880()
0x000000000051cff0: 0x00000000701759e6()
Kill message: Page fault: 0000000000000000.
[/srv/taskmon(40)] taskmon: Task 23 fault in thread 0xffffffff82e234e0.
[/srv/taskmon(40)] taskmon: Executing /app/taskdump -t 23
[/app/taskdump(52)] Task Dump Utility
[/app/taskdump(52)] Dumping task '/drv/pci-ide/pci-ide' (task ID 23).
[/app/taskdump(52)] Loaded symbol table from /drv/pci-ide/pci-ide
[/app/taskdump(52)] Threads:
[/app/taskdump(52)]  [1] hash: 0xffffffff82e234e0
[/app/taskdump(52)] Thread 0xffffffff82e234e0: PC = 0x000000000040304c 
(pci_ide_fun_remove+92). FP = 0x000000000051cca0
[/app/taskdump(52)]   0x000000000051cca0: 0x000000000040304c 
(pci_ide_fun_remove+92)
[/app/taskdump(52)]   0x000000000051cce0: 0x0000000000405565 
(ata_channel_destroy+85)
[/app/taskdump(52)]   0x000000000051ce00: 0x00000000004028e2 
(pci_ide_channel_init+1458)
[/app/taskdump(52)]   0x000000000051cea0: 0x0000000000402da3 
(pci_ide_dev_add+387)
[/app/taskdump(52)]   0x000000000051cf30: 0x00000000004063b8 
(driver_connection_devman+808)
[/app/taskdump(52)]   0x000000000051cfe0: 0x0000000070162880 (_end+1876238888)
[/app/taskdump(52)]   0x000000000051cff0: 0x00000000701759e6 (_end+1876317070)
[/app/taskdump(52)] Address space areas:
[/app/taskdump(52)]  [1] flags: R-XC base: 0x0000000000400000 size: 65536
[/app/taskdump(52)]  [2] flags: RW-C base: 0x0000000000410000 size: 4096
[/app/taskdump(52)]  [3] flags: RW-C base: 0x0000000000411000 size: 4096
[/app/taskdump(52)]  [4] flags: RW-C base: 0x0000000000413000 size: 4096
[/app/taskdump(52)]  [5] flags: RW-C base: 0x0000000000415000 size: 4096
[/app/taskdump(52)]  [6] flags: RW-C base: 0x0000000000417000 size: 4096
[/app/taskdump(52)]  [7] flags: R--C base: 0x0000000000419000 size: 4096
[/app/taskdump(52)]  [8] flags: RW-C base: 0x000000000041a000 size: 8192
[/app/taskdump(52)]  [9] flags: RW-C base: 0x000000000041d000 size: 1048576
[/app/taskdump(52)]  [10] flags: RW-C base: 0x000000000051e000 size: 12288
[/app/taskdump(52)]  [11] flags: RW-- base: 0x0000000000521000 size: 4096
[/app/taskdump(52)]  [12] flags: RW-- base: 0x0000000000522000 size: 8192
[/app/taskdump(52)]  [13] flags: RW-- base: 0x0000000000524000 size: 4096
[/app/taskdump(52)]  [14] flags: RW-- base: 0x0000000000525000 size: 8192
[/app/taskdump(52)]  [15] flags: R-XC base: 0x0000000070000000 size: 94208
[/app/taskdump(52)]  [16] flags: RW-C base: 0x0000000070017000 size: 126976
[/app/taskdump(52)]  [17] flags: RW-C base: 0x0000000070036000 size: 4096
[/app/taskdump(52)]  [18] flags: RW-C base: 0x0000000070037000 size: 4096
[/app/taskdump(52)]  [19] flags: RW-C base: 0x0000000070039000 size: 4096
[/app/taskdump(52)]  [20] flags: RW-C base: 0x000000007003b000 size: 4096
[/app/taskdump(52)]  [21] flags: RW-C base: 0x000000007003d000 size: 4096
[/app/taskdump(52)]  [22] flags: R--C base: 0x000000007003f000 size: 4096
[/app/taskdump(52)]  [23] flags: RW-C base: 0x0000000070040000 size: 4096
[/app/taskdump(52)]  [24] flags: RW-C base: 0x0000000070042000 size: 1048576
[/app/taskdump(52)]  [25] flags: R-XC base: 0x0000000070143000 size: 307200
[/app/taskdump(52)]  [26] flags: RW-C base: 0x000000007018e000 size: 131072
[/app/taskdump(52)]  [27] flags: RW-C base: 0x00007ffffff00000 size: 1048576
[/app/taskdump(52)] Failed dumping fibrils.


_______________________________________________
HelenOS-devel mailing list
HelenOS-devel@lists.modry.cz
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to