On Wednesday 27 May 2009 14:21:03 Paolo Bonzini wrote: > Are you on amd64? If so, that's the same as > http://smalltalk.gnu.org/project/issue/264 > > > mprotect(0, 4096, PROT_READ|PROT_WRITE) = -1 ENOMEM (Cannot allocate > > memory) > > No, it's a NULL-pointer access. The mprotect fails, so GNU Smalltalk > decides it's a real SIGSEGV rather than one that is handled by the > generational garbage collection machinery. > > > NB: Looking at the trace file made me wonder > > > > $ grep localtime gst-rem.log | wc -l > > 715 > > > > Why does gst-remote check /etc/localtime *that* often? > > tzset, probably. I should fix that. > > Paolo > > > _______________________________________________ > help-smalltalk mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-smalltalk
Hi, it seems that the problems come with the value aiAddr in the CAddrInfoStruct class. I've tried to inspect an instance of CAddrInfoStruct and it failed when it has tried to print aiAddr. Cheers, Gwenael -- GtkLauncher for GNU Smalltalk : http://gtklauncher.bioskop.fr/ _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
