[fossil-users] SQLite pointer misuse in head?

2014-10-30 Thread Warren Young
I just updated my Fossil server from version [e061a675e6] 2014-09-26 21:02:03 to the tip of trunk, as of a few minutes ago. On restarting “fossil server”, I got these complaints: SQLITE_MISUSE: API call with NULL database connection pointer SQLITE_MISUSE: misuse at line 103842 of [83afe23e55]

Re: [fossil-users] SQLite pointer misuse in head?

2014-10-30 Thread James Turner
Did you remember to run fossil rebuild? On Thu, Oct 30, 2014 at 12:53:54PM -0600, Warren Young wrote: I just updated my Fossil server from version [e061a675e6] 2014-09-26 21:02:03 to the tip of trunk, as of a few minutes ago. On restarting “fossil server”, I got these complaints:

Re: [fossil-users] SQLite pointer misuse in head?

2014-10-30 Thread Richard Hipp
On Thu, Oct 30, 2014 at 2:53 PM, Warren Young war...@etr-usa.com wrote: I just updated my Fossil server from version [e061a675e6] 2014-09-26 21:02:03 to the tip of trunk, as of a few minutes ago. On restarting “fossil server”, I got these complaints: SQLITE_MISUSE: API call with NULL

Re: [fossil-users] SQLite pointer misuse in head?

2014-10-30 Thread B Harder
I got same error msg on first web request, and then hit reload and it worked fine. -bch On 10/30/14, Richard Hipp d...@sqlite.org wrote: On Thu, Oct 30, 2014 at 2:53 PM, Warren Young war...@etr-usa.com wrote: I just updated my Fossil server from version [e061a675e6] 2014-09-26 21:02:03 to

Re: [fossil-users] SQLite pointer misuse in head?

2014-10-30 Thread Warren Young
On Oct 30, 2014, at 12:57 PM, James Turner ja...@calminferno.net wrote: Did you remember to run fossil rebuild? Fossil doesn’t diagnose DB schema mismatches itself? Subversion does. Anyway, no, that didn’t help. ___ fossil-users mailing list

Re: [fossil-users] SQLite pointer misuse in head?

2014-10-30 Thread Richard Hipp
If you cannot tell me how to reproduce the problem, can you catch Fossil in a debugger when it emits the message and send me a stack trace? On Thu, Oct 30, 2014 at 5:21 PM, Warren Young war...@etr-usa.com wrote: On Oct 30, 2014, at 12:57 PM, James Turner ja...@calminferno.net wrote: Did you

Re: [fossil-users] SQLite pointer misuse in head?

2014-10-30 Thread Warren Young
On Oct 30, 2014, at 12:58 PM, Richard Hipp d...@sqlite.org wrote: On Thu, Oct 30, 2014 at 2:53 PM, Warren Young war...@etr-usa.com wrote: SQLITE_MISUSE: API call with NULL database connection pointer It seems to be working fine for me. Do you have any other hints on how I might

Re: [fossil-users] SQLite pointer misuse in head?

2014-10-30 Thread Warren Young
On Oct 30, 2014, at 4:08 PM, Richard Hipp d...@sqlite.org wrote: Thank you. That was the hint I needed. The fix is now checked in. Confirmed. Thanks! So, how about that “fossil rebuild” tip? Is it really needed prophylactically on every Fossil trunk pull-and-rebuild, or will Fossil

Re: [fossil-users] SQLite pointer misuse in head?

2014-10-30 Thread Richard Hipp
On Thu, Oct 30, 2014 at 7:45 PM, Warren Young war...@etr-usa.com wrote: So, how about that “fossil rebuild” tip? Is it really needed prophylactically on every Fossil trunk pull-and-rebuild, or will Fossil diagnose the condition for me? It was a good idea to run rebuild in the early days