Opened 21 months ago
Closed 13 months ago
#18286 closed bug (fixed)
Partial system hang when compiling cross-compiler
Reported by: | accessays | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta5 |
Component: | Drivers/Disk/Virtio | Version: | R1/beta4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Setup: hrev56792 in KVM, 2GB RAM, 8 cores, 10GB storage.
I ran pkgman update
, restarted, cloned repos and started building
git clone --depth 1 http://github.com/haiku/buildtools.git git clone http://github.com/haiku/haiku.git cd haiku mkdir generated.x86_64; cd generated.x86_64 ../configure --cross-tools-source ../../buildtools --build-cross-tools x86_64
After some time, the system hangs in a strange way. UI sometimes keeps working (time changes, ActivityMonitor keeps updating), but I cannot start most apps. I can ssh into the system, ls
, but not mkdir
.
Checking via KDL, mkdir
is waiting for a mutex "bfs journal", which is held by "bfs log flusher", which is waiting for cvar for some object (I/O request finished).
From the backtrace, it looks like things break somewhere after virtio_block_write
, so I'm assuming a driver issue? But perhaps something else.
Attachments (1)
Change History (7)
by , 21 months ago
Attachment: | kdl-mkdir-hang.png added |
---|
follow-up: 2 comment:1 by , 21 months ago
comment:2 by , 21 months ago
Replying to X512:
Does it hang permanently or resume working after waiting for some time?
I waited for about 30 mins, no change.
comment:3 by , 21 months ago
Platform: | x86-64 → All |
---|
comment:5 by , 13 months ago
Milestone: | Unscheduled → R1/beta5 |
---|
Does it hang permanently or resume working after waiting for some time?