Bug #5241
closed
test_massign.rb:165 fails on Debian GNU/kFreeBSD (amd64)
Added by lucas (Lucas Nussbaum) over 13 years ago.
Updated over 13 years ago.
Description
Hi,
With a reduced testcase:
ruby1.9.1 -e "Fiber::new {}.resume"¶
-e:1:in resume': can't alloc machine stack to fiber (FiberError) from -e:1:in
'
That's using svn revision 33077. This might or might not be related to bug #5240.
Files
- Status changed from Open to Feedback
Why do kFreeBSD fail to allocate a stack?
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.
- 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!
- 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]
Also available in: Atom
PDF
Like0
Like0Like0Like0Like0