chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Segfault with large data-structures (bug)


From: Jim Ursetto
Subject: Re: [Chicken-users] Segfault with large data-structures (bug)
Date: Sat, 2 Feb 2013 20:10:19 -0600

On Feb 2, 2013, at 8:06 PM, Jim Ursetto wrote:

> Uh oh, we've hit an actual bug now.  Although we can get nodes up to
> 85000 by increasing max heap size from 2GB to 8GB, it appears to bomb
> after the heap exceeds 4GB, maybe indicating some 32-bit sizes
> left laying around in the code.

Hmm, could it be "static C_TLS unsigned int heap_size" in runtime.c? ;)

Jim



reply via email to

[Prev in Thread] Current Thread [Next in Thread]