Hi, I got a crash when using fossil 2.1 downloaded from www.fossil-scm.org
Fossil server is using: Fossil version [5ed8477b6c] 2017-02-27 14:46:01 I am using windows 10. The change had 4 edited files and 1 added file. Added file is a 4mb binary which is mostly zeros others are edited text files. The output looks like this: C:\Users\kev\Documents\arnold\test\snapshot>..\..\fossil commit -m "added javacpc 4mb snapshot. updated snapshot code to not crash if the snapshot defines more ram than supported. indicate to user the amount of ram wanted and if we can support that" Autosync: xxxxxxxxxxxxxxxxx Round-trips: 1 Artifacts sent: 0 received: 0 *** time skew *** server is slow by 20.2 seconds Pull done, sent: 372 received: 506 ip: 80.229.30.31 continue in spite of time skew (y/N)? y ../../src/arngui/SnapshotLoadDialog.cpp contains mixed line endings. Use --no-warnings or the "crlf-glob" setting to disable this warning. Commit anyhow (a=all/c=convert/y/N)? a The server is for private use so I changed the ip and url with xxxxxx here. Each time I tried this fossil.exe crashed. I didn't have any symbols so the stack wasn't meaningful. The event viewer doesn't give useful information, but looking at the dmp it appears to be a null pointer access. I downloaded the fossil source and built a debug version using visual studio 2015 which worked and the submit was successful. I don't have a crash now. Sorry I can't provide more information. Is it possible to get the pdb from the 2.1 release? I could use this with the dmp file to hopefully give a good callstack or does anyone want the callstack e-mailing to them. It's 6MB uncompressed. Thanks Kevin _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

