Re: porting to amd64-freebsd
| Newsgroups | gmane.comp.lang.dylan.gwydion.devel |
|---|---|
| Message-ID | <op.wqvhrjkt2wakfp@lenovo-b0c22c0d> |
Hello, On Sat, 12 Jan 2013 22:49:17 +0900, Hannes Mehnert <[email protected]> wrote: > For that I needed to increase the stack size - maybe you need to do that? when I encounter to SEGV, the $rsp points stack guard address. perhaps cause of SEGV is the stack shortage. I found this article. http://lists.freebsd.org/pipermail/freebsd-hackers/2008-January/022916.html it says | There is no way in FreeBSD to do the same for initial stack size for the | main thread. No runtime, no linktime, no nada nichego. Apparently, the | only way to increase it is to recompile your threaded library, which will | have a system-wide effect. It seems I need some trick to solve it. -- HIROSHI OOTA > > I think also it started to fail after some changes to the C runtime in > 2012. > You might first want to check whether the C runtime works fine on > FreeBSD and 32 bit (single and multi-threaded). > > > Hannes > _______________________________________________ > hackers mailing list > [email protected] > https://lists.opendylan.org/mailman/listinfo/hackers _______________________________________________ hackers mailing list [email protected] https://lists.opendylan.org/mailman/listinfo/hackers