Re: [sqlite] Crash in icuOpen()

2012-03-31 Thread Damian Pietras
On Fri, Mar 30, 2012 at 07:38:11PM -0400, Richard Hipp wrote: > It is easy enough for use to just put a patch in the code to fix this. But > we would rather understand what is happening first. Can you recreate the > problem? Can you give us any clues what you are doing in order to make > this ha

Re: [sqlite] Crash in icuOpen()

2012-03-30 Thread Richard Hipp
It is easy enough for use to just put a patch in the code to fix this. But we would rather understand what is happening first. Can you recreate the problem? Can you give us any clues what you are doing in order to make this happen? On Fri, Mar 30, 2012 at 6:18 PM, Rajeev Sharma wrote: > Hello

[sqlite] Crash in icuOpen()

2012-03-30 Thread Rajeev Sharma
Hello, The SQLite library is crashing in icuOpen() function because it is trying to check the strlen of a string, which is NULL. I have also put the stack trace. In this case zInput is NULL. And so it is crashing in this line: nInput = strlen(zInput); Here is the partial function definition of