openbsd build error (7)

0 views
Skip to first unread message

syzbot

unread,
Dec 17, 2019, 5:26:10 AM12/17/19
to syzkaller-o...@googlegroups.com
Hello,

syzbot found the following crash on:

HEAD commit: 55471587 combine "socket owner user[:group]" and "socket o..
git tree: openbsd
console output: https://syzkaller.appspot.com/x/log.txt?x=124a1f2ee00000
kernel config: https://syzkaller.appspot.com/x/.config?x=fe55924c11e64b0a
dashboard link: https://syzkaller.appspot.com/bug?extid=41712eea86436a6a6152

Unfortunately, I don't have any reproducer for this crash yet.

IMPORTANT: if you fix the bug, please add the following tag to the commit:
Reported-by: syzbot+41712e...@syzkaller.appspotmail.com

timedout ["make" "-j" "8" "all"]

---
This bug is generated by a bot. It may contain errors.
See https://goo.gl/tpsmEJ for more information about syzbot.
syzbot engineers can be reached at syzk...@googlegroups.com.

syzbot will keep track of this bug report. See:
https://goo.gl/tpsmEJ#status for how to communicate with syzbot.

syzbot

unread,
Dec 18, 2019, 2:05:47 AM12/18/19
to Greg Steuck, an...@basename.se, dvy...@google.com, gr...@nest.cx, syzkaller-o...@googlegroups.com
> It was a VM configuration change which has been reverted.

> #syz invalid

Your 'invalid' command is accepted, but please keep
syzkaller-o...@googlegroups.com mailing list in CC next time. It
serves as a history of what happened with each bug report. Thank you.


> On Tue, Dec 17, 2019 at 3:05 AM Anton Lindqvist <an...@basename.se> wrote:

>> On Tue, Dec 17, 2019 at 11:50:56AM +0100, Dmitry Vyukov wrote:
>> > On Tue, Dec 17, 2019 at 11:38 AM Anton Lindqvist <an...@basename.se>
>> wrote:
>> > >
>> > > Timeout, any clues here?
>> >
>> > Not really. Perhaps it's just a genuine timeout?
>> > How long is it expected to take on a machine with 8 VPUs (most likely
>> > 4 HT cores)? Is it close to the timeout we have?

>> Maybe a simple bump will do?

>> diff --git a/pkg/build/openbsd.go b/pkg/build/openbsd.go
>> index 49c78c6d..0e513321 100644
>> --- a/pkg/build/openbsd.go
>> +++ b/pkg/build/openbsd.go
>> @@ -67,7 +67,7 @@ func (ctx openbsd) clean(kernelDir, targetArch string)
>> error {

>> func (ctx openbsd) make(kernelDir string, args ...string) error {
>> args = append([]string{"-j", strconv.Itoa(runtime.NumCPU())},
>> args...)
>> - _, err := osutil.RunCmd(10*time.Minute, kernelDir, "make",
>> args...)
>> + _, err := osutil.RunCmd(15*time.Minute, kernelDir, "make",
>> args...)
>> return err
>> }



> --
> nest.cx is Gmail hosted, use PGP:
> https://pgp.key-server.io/0x0B1542BD8DF5A1B0
> Fingerprint: 5E2B 2D0E 1E03 2046 BEC3 4D50 0B15 42BD 8DF5 A1B0
Reply all
Reply to author
Forward
0 new messages