Opened 15 years ago
Closed 14 years ago
#969 closed defect (remind)
strange error in windows
Reported by: | Jorge | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | highest | Milestone: | Mantainance |
Component: | Kernel | Version: | head |
Severity: | blocker | Keywords: | valgrind, purify |
Cc: |
Description
We are facing a strange error in TOL for windows:
- tol crash in a random way
- compiled in windows and only release
- must of the times creating or loading stdlib, but could appear in other parts
- valgrind (linux) & purify (windows) emmitt messages about use of uninitialized variables in zlib used from ZipArchive.
- purify version used is limited
Change History (5)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
comment:5 Changed 14 years ago by
Resolution: | → remind |
---|---|
Status: | new → closed |
Por lo visto hay una incompatibilidad de versiones de ZipArchive en windows. Hay una versión que funciona con VC8 y otra con VC9 pero no al revés.
Note: See
TracTickets for help on using
tickets.
(In [2505]) refs #969
Trying to use just high level ZipArchive routines disabling USE_ZIP_ARCHIVE