Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#16598 closed bug (fixed)

In hrev54699, "make" stopped working

Reported by: hitech Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: System/Kernel Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by hitech)

After update from hrev54691 to hrev54699, "make" stopped working. No new process starts. Syslog stays empty. In the terminal, no output is given. Ctrl+C does not have any effect. Screenshot attached.

The effect is verified by Gerasim Troeglazov aka 3dEyes.

Suspected commit that introduced the problem is, possibly, either https://git.haiku-os.org/haiku/commit/?id=26ab0d051c56a0cf0b0b80db465d13b8a5a4fa60

or

https://git.haiku-os.org/haiku/commit/?id=b48159dce258fda4a5e570ff3485be0079e6e25f

Attachments (3)

photo_2020-11-06_01-28-22.jpg (15.5 KB ) - added by hitech 3 years ago.
Output in the Terminal window. The Terminal stops reacting to any input.
makelog_hrev54699_x64.txt (19.4 KB ) - added by miqlas 3 years ago.
strace output
strace -t output.txt (14.8 KB ) - added by hitech 3 years ago.
Strace -t output

Download all attachments as: .zip

Change History (13)

by hitech, 3 years ago

Output in the Terminal window. The Terminal stops reacting to any input.

comment:1 by hitech, 3 years ago

Syslog output:

tail -f /var/log/syslog

. . . . KERN: slab memory manager: created area 0xffffffffce801000 (17550) KERN: slab memory manager: created area 0xffffffffcd801000 (13459) KERN: slab memory manager: created area 0xffffffffce001000 (13538) KERN: acquire_advisory_lock(vnode = 0xffffffffcd7d3b00, flock = 0xffffffff81ba0e90, wait = no) Last message repeated 1 time KERN: acquire_advisory_lock(vnode = 0xffffffffcd7d3080, flock = 0xffffffff81ba0e90, wait = no) KERN: Last message repeated 17 times. KERN: slab memory manager: created area 0xffffffffce801000 (17550)

The first 5 lines appeared before I started "make" in another window.

comment:2 by hitech, 3 years ago

Corrected syslog output

> tail -f /var/log/syslog
KERN: slab memory manager: created area 0xffffffffce801000 (17550)
KERN: slab memory manager: created area 0xffffffffcd801000 (13459)
KERN: slab memory manager: created area 0xffffffffce001000 (13538)
KERN: acquire_advisory_lock(vnode = 0xffffffffcd7d3b00, flock = 0xffffffff81ba0e90, wait = no)
Last message repeated 1 time
KERN: acquire_advisory_lock(vnode = 0xffffffffcd7d3080, flock = 0xffffffff81ba0e90, wait = no)
KERN: Last message repeated 17 times.
KERN: slab memory manager: created area 0xffffffffce801000 (17550)

comment:3 by korli, 3 years ago

Please post the output of "strace make"

by miqlas, 3 years ago

Attachment: makelog_hrev54699_x64.txt added

strace output

comment:4 by hitech, 3 years ago

Description: modified (diff)

comment:5 by korli, 3 years ago

Please post the output of "strace -t make"

comment:6 by 3dEyes, 3 years ago

hrev54695 - ok

hrev54697 - broken

by hitech, 3 years ago

Attachment: strace -t output.txt added

Strace -t output

comment:8 by kallisti5, 3 years ago

I can also confirm seeing this issue. I was compiling a new port and thought it was an issue on my end.

comment:9 by korli, 3 years ago

Resolution: fixed
Status: newclosed
Version: R1/beta2R1/Development

Patch applied in hrev54700

comment:10 by kallisti5, 3 years ago

confirming fixed here

Note: See TracTickets for help on using tickets.