Ticket UUID: | 8d6efe4f9272f12e123dc1224414d640c8b0d4fc | ||
Title: | fossil version 90048e0b30 will not save zip archive on winXP | ||
Status: | Fixed | Type: | Code_Defect |
Severity: | Severe | Priority: | |
Subsystem: | Resolution: | Fixed | |
Last Modified: | 2009-08-15 13:24:12 | ||
Version Found In: | [90048e0b30] | ||
Description & Comments: | |||
When using fossil 90048e0b30 click on "ZIP archive" link in Check-in 90048e0b30 pop up a few windows error message boxes and finally creates zero sized zip file.
Using CLI shows: C:\soft\bin>fossil ver This is fossil version [90048e0b30] 2009-08-15 02:17:27 UTC C:\soft\bin>fossil new qqq.foss fossil: unable to open database file there are created files: c:\soft\bin\qqq.foss-journal c:\soft\bin\qqq.foss with older version: C:\soft\bin>fossil ver This is fossil version [c15ec20d5a] 2009-08-12 17:35:02 UTC C:\soft\bin>fossil new qqq.foss fossil: table blob already exists C:\soft\bin>fossil new qqq1.foss project-id: 218e401e23a79e77f74e6a00e07f4b992ebde5a4 server-id: 01ad0641ed66067354b27334453f976b72c2c8ec admin-user: usr (initial password is "b6e282") C:\soft\bin>fossil ui qqq1.foss Listening for HTTP requests on TCP port 8080 Launch webbrowser: start http://127.0.0.1:8080/ Type Ctrl-C to stop the HTTP server empty repo could be browsed C:\soft\bin>fossil open qqq1.foss fossil: unable to find the name of a repository database C:\soft\bin>fossil status fossil: unable to find the name of a repository database drh added on 2009-08-15 12:05:54: Please provide addition information on how to cause the problem. anonymous claiming to be tsbg added on 2009-08-15 12:29:36: *** glibc detected *** /usr/bin/fossil: realloc(): invalid next size: 0x081726f8 *** ======= Backtrace: ========= [0x80d8a5b] [0x80db45e] [0x80dc462] [0x8071771] [0x8071a59] [0x8071bbe] [0x805b0fe] [0x805b3c8] [0x805bc67] [0x80bde75] [0x8048131] ======= Memory map: ======== It seems there is something broken on the fossil web server. HTH -- tsbg anonymous claiming to be PF added on 2009-08-15 12:51:53: http://www.fossil-scm.org/fossil/zip/Fossil-292e585661.zip?uuid=292e585661b01026cf550a6000311947c64d4e75 creates zip file containing only following lines: *** glibc detected *** /usr/bin/fossil: realloc(): invalid next size: 0x08181298 *** ======= Backtrace: ========= [0x80d8a5b] [0x80db45e] [0x80dc462] [0x8071771] [0x8071a59] [0x8071bbe] [0x805b0fe] [0x805b3c8] [0x805bc67] [0x80bde75] [0x8048131] ======= Memory map: ======== drh added on 2009-08-15 13:24:12: |