Summary: | [linux] munmap segfaults after linux_mmap2 stresstest | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Alexander Best <alexbestms> | ||||
Component: | kern | Assignee: | Dmitry Chagin <dchagin> | ||||
Status: | Closed Unable to Reproduce | ||||||
Severity: | Affects Only Me | CC: | dchagin, emaste, trasz | ||||
Priority: | Normal | ||||||
Version: | 9.0-CURRENT | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 247219 | ||||||
Attachments: |
|
Description
Alexander Best
2009-09-16 16:00:14 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-emulation Over to maintainer(s). here's a linux_kdump which might show more details than truss: 1478 mmapstress08 CALL linux_mmap2(0x3e800000,0x1000,0x3,0x22,0,0) 1478 mmapstress08 RET linux_mmap2 1048576000/0x3e800000 1478 mmapstress08 CALL linux_mmap2(0x3ec00000,0x1000,0x3,0x22,0,0) 1478 mmapstress08 RET linux_mmap2 1052770304/0x3ec00000 1478 mmapstress08 CALL linux_mmap2(0x3f000000,0x1000,0x3,0x22,0,0) 1478 mmapstress08 RET linux_mmap2 1056964608/0x3f000000 1478 mmapstress08 CALL linux_mmap2(0x3f400000,0x1000,0x3,0x22,0,0) 1478 mmapstress08 RET linux_mmap2 1061158912/0x3f400000 1478 mmapstress08 CALL linux_mmap2(0x3f800000,0x1000,0x3,0x22,0,0) 1478 mmapstress08 RET linux_mmap2 1065353216/0x3f800000 1478 mmapstress08 CALL linux_mmap2(0x3fc00000,0x1000,0x3,0x22,0,0) 1478 mmapstress08 RET linux_mmap2 1069547520/0x3fc00000 1478 mmapstress08 CALL munmap(0x8050000,0x37fb0000) 1478 mmapstress08 RET munmap 0 1478 mmapstress08 PSIG SIGSEGV SIG_DFL 1478 mmapstress08 NAMI "mmapstress08.core" alex take batch change: For bugs that match the following - Status Is In progress AND - Untouched since 2018-01-01. AND - Affects Base System OR Documentation DO: Reset to open status. Note: I did a quick pass but if you are getting this email it might be worthwhile to double check to see if this bug ought to be closed. Can you still reproduce it? |