Re: [sigc] test tarball: libsigc++ 2.0.6 (test1)



Martin Schulze wrote:

After solving some critical bugs we need to submit a new release ASAP.
Please check whether the following tarball works for your environment:

 http://www.hippogriff.de/libsigc++-2.0.6-test1.tar.gz

* When compiled with MSVC .Net 2003 move all calls to new
 and delete into non-inline library code (fixes segfaults).

Testing with MSVC .Net 2003:

There is an extraneous #define statement in the MSVC sigc++config.h file that causes build errors, patch enclosed.

Unfortunately even with the patch I see the same memory-allocation-related segfaults in the tests as with 2.0.5. Could you point me in the direction of the new/delete changes you made? I'll see if anything stands out.

Cheers,
Tim
--- MSVC_Net2003/sigc++config.h.old	2004-10-04 12:21:57.802135000 -0700
+++ MSVC_Net2003/sigc++config.h	2004-10-04 12:22:01.770859600 -0700
@@ -28,6 +28,6 @@
 #else
  #define SIGC_API __declspec(dllimport)
 #endif
-#define
+//#define
 
 #endif // SIGCXX_CONFIG_H


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]