Re: [Chicken-hackers] strange error message, please help with interpretation

2013-03-09 Thread Christian Kellermann
* 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

Re: [Chicken-hackers] strange error message, please help with interpretation

2013-03-09 Thread Jörg F . Wittenberger
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 200 threads a day when communicating over WAN with about ten peers plus all those public web access (approx. since chicken does not

Re: [Chicken-hackers] strange error message, please help with interpretation

2013-03-09 Thread Christian Kellermann
* Jörg F. Wittenberger joerg.wittenber...@softeyes.net [130309 12:26]: 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 200 threads a day when communicating over WAN with about