Re: very obscure problem, help needed

2000-10-09 Thread Neil Jerram
> ... are you by any chance doing anything with strings > that you got back from Postgres? I found that it is dangerous to > treat such strings as shareable. Specifically, I found that > > (use-modules (database postgres)) > (use-modules (ice-9 string-fun)) > ...

Re: very obscure problem, help needed

2000-10-09 Thread Ian Grant
> ... are you by any chance doing anything with strings > that you got back from Postgres? I found that it is dangerous to > treat such strings as shareable. Specifically, I found that > > (use-modules (database postgres)) > (use-modules (ice-9 string-fun)) > ... > (sans-surrounding-w