I'm afraid I have no idea how I could boil this down to a reproducible
case.

I've seen it once so far in a logfile of a process, which xreates
approximately 2000000 threads a day when communicating over WAN
with about ten peers plus all those public web access (approx.
since chicken does not have unique thread numbers, but rscheme
does; when I run the rscheme version instead I see thos 2^6 threads;
though the chicken version has a different runtime behavior and does
not share 100% of the code, hence it could use a different amount of
threads.)

sorry

/Jörg

On Mar 9 2013, Christian Kellermann wrote:

* Jörg F. Wittenberger <joerg.wittenber...@softeyes.net> [130308 23:00]:
(define (make-uri scheme authority path query fragment)
 (%make-uri (if (string? scheme) (string->symbol scheme) scheme)
             authority path query fragment))

Also: the code is pulled into the module via "include" and
otherwise shared with rscheme.  -->  Any use of a "#" character
in the code would make it unreadable to rscheme.

Can you provide a minimal example which fails for you? This will
make the bug hunt by magnitudes easier.

Thanks!

Christian



_______________________________________________
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to