close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

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 Víctor de Buen Remiro

(In [2505]) refs #969
Trying to use just high level ZipArchive routines disabling USE_ZIP_ARCHIVE

comment:2 Changed 15 years ago by Víctor de Buen Remiro

(In [2509]) refs #969
Trying to use just high level ZipArchive routines disabling USE_ZIP_ARCHIVE

comment:3 Changed 15 years ago by Víctor de Buen Remiro

(In [2510]) refs #969
Trying to use just high level ZipArchive routines disabling USE_ZIP_ARCHIVE

comment:4 Changed 15 years ago by Víctor de Buen Remiro

(In [2517]) using vc8
refs #969

comment:5 Changed 14 years ago by Víctor de Buen Remiro

Resolution: remind
Status: newclosed

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.