Opened 4 years ago

Last modified 4 years ago

#16598 closed bug

In hrev54699, "make" stopped working — at Version 4

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

Change History (6)

by hitech, 4 years ago

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

comment:1 by hitech, 4 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, 4 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, 4 years ago

Please post the output of "strace make"

by miqlas, 4 years ago

Attachment: makelog_hrev54699_x64.txt added

strace output

comment:4 by hitech, 4 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.