Bug #5241
closedtest_massign.rb:165 fails on Debian GNU/kFreeBSD (amd64)
Description
Files
Updated by kosaki (Motohiro KOSAKI) about 13 years ago
- Status changed from Open to Feedback
Why do kFreeBSD fail to allocate a stack?
Updated by lucas (Lucas Nussbaum) about 13 years ago
- File freebsd_map_stack.patch freebsd_map_stack.patch added
Hi,
The attached patch fixes the issue. It's a bug in FreeBSD's mmap, that was already reported.
FreeBSD is not defined on Debian GNU/kFreeBSD. Since it uses the FreeBSD kernel with the GNU Libc, semantics be be either those of the FreeBSD kernel, or those of the GNU Libc, so it doesn't make sense to just look at "FreeBSD". Instead, FreeBSD_kernel is defined.
I've looked at other uses of FreeBSD kernel, and try to remember to provide patches for them if I run into issues that could be caused by them.
I've also added a reference to the FreeBSD bug report in the comment.
Updated by kosaki (Motohiro KOSAKI) about 13 years ago
- Category set to core
- Status changed from Feedback to Assigned
- Assignee set to kosaki (Motohiro KOSAKI)
- Target version set to 1.9.3
Ok, I'll commit your patch. Thank you!
Updated by kosaki (Motohiro KOSAKI) about 13 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r33118.
Lucas, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- cont.c (fiber_entry): fix stack allocation failure on Debian
GNU/kFreeBSD.
Patch by Lucas Nussbaum .
[Bug #5241] [ruby-core:39147]