Re: [fossil-users] Side-by-side diff broken in version 1.22 on Windows?

2012-03-19 Thread Benoit Mortgat
This issue appears to be the same with different compilers then: Compiling with MinGW, with “CFLAGS=-O0 make -f win/Makefile.mingw” the problem disappears. On Mon, Mar 19, 2012 at 11:08, Jos Groot Lipman donts...@home.nl wrote: I compiled with Visual Studio 2005 and the crash occurs at line 404

Re: [fossil-users] Side-by-side diff broken in version 1.22 on Windows?

2012-03-19 Thread Benoit Mortgat
On Mon, Mar 19, 2012 at 13:00, Richard Hipp d...@sqlite.org wrote: I ran the offending diff through valgrind and it turned up one use of an uninitialized variable, though that use seemed harmless to me.  The fix is at http://www.fossil-scm.org/fossil/info/9262546e43 - can you try this change

Re: [fossil-users] Side-by-side diff broken in version 1.22 on Windows?

2012-03-19 Thread Richard Hipp
On Mon, Mar 19, 2012 at 8:17 AM, Benoit Mortgat mort...@gmail.com wrote: On Mon, Mar 19, 2012 at 13:00, Richard Hipp d...@sqlite.org wrote: I ran the offending diff through valgrind and it turned up one use of an uninitialized variable, though that use seemed harmless to me. The fix is

Re: [fossil-users] Side-by-side diff broken in version 1.22 on Windows?

2012-03-19 Thread Jos Groot Lipman
It is stable for me too now. I did notice however that the fossil.exe filesize increased from 1115kB to 1324kB, quite a lot for a single memset operation? Jos Groot Lipman _ From: fossil-users-boun...@lists.fossil-scm.org [mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf

Re: [fossil-users] Side-by-side diff broken in version 1.22 on Windows?

2012-03-19 Thread Richard Hipp
On Mon, Mar 19, 2012 at 9:45 AM, Jos Groot Lipman donts...@home.nl wrote: ** It is stable for me too now. I did notice however that the fossil.exe filesize increased from 1115kB to 1324kB, quite a lot for a single memset operation? I probably compiled it differently (mingw vs vs2010) or

Re: [fossil-users] Side-by-side diff broken in version 1.22 on Windows?

2012-03-19 Thread Richard Hipp
On Mon, Mar 19, 2012 at 9:47 AM, Richard Hipp d...@sqlite.org wrote: On Mon, Mar 19, 2012 at 9:45 AM, Jos Groot Lipman donts...@home.nlwrote: ** It is stable for me too now. I did notice however that the fossil.exe filesize increased from 1115kB to 1324kB, quite a lot for a single memset

Re: [fossil-users] Side-by-side diff broken in version 1.22 on Windows?

2012-03-18 Thread Richard Hipp
On Sun, Mar 18, 2012 at 6:20 PM, Jos Groot Lipman donts...@home.nl wrote: ** Today I downloaded the latest Fossil version 1.22 from the website and started using it on my Windows Vista. When I start 'fossil ui' and ask Fossil for a 'diff' of a file Fossil crashes and Windows show a