Re: [Boost-users] Request 1.34.1 milestone for ticket #967
hi,
please could someone consider looking into this crash? It is a very basic example i attached to the ticket, so it should take only a little time to check it.
Thanks.
Christopher Lux
i submitted a ticket for the program_options crash on release builds on windows using msvc-8.0 and msvc-8.0_64 builds [1].
please assign the 1.34.1 milestone to this ticket, because this is a very critical issue where there is no workaround possible.
-chris -- Christopher Lux | | Bauhaus University Weimar | Faculty of Media - Virtual Reality Systems Group
Christopher Lux
hi, please could someone consider looking into this crash? It is a very basic example i attached to the ticket, so it should take only a little time to check it.
Thanks.
Christopher Lux
wrote: i submitted a ticket for the program_options crash on release builds on windows using msvc-8.0 and msvc-8.0_64 builds [1].
please assign the 1.34.1 milestone to this ticket, because this is a very critical issue where there is no workaround possible.
To quote myself: i found the problem (well rediscovered it): http://lists.boost.org/boost-users/2006/05/19342.php when disabling _SECURE_SCL on VS8.0 the store call crashes. i hope this can be fixed somehow for 1.34.1 svn ticket for this: http://svn.boost.org/trac/boost/ticket/967 -chris -- Christopher Lux | | Bauhaus University Weimar | Faculty of Media - Virtual Reality Systems Group
Christopher Lux wrote:
To quote myself:
i found the problem (well rediscovered it): http://lists.boost.org/boost-users/2006/05/19342.php
when disabling _SECURE_SCL on VS8.0 the store call crashes.
i hope this can be fixed somehow for 1.34.1
svn ticket for this: http://svn.boost.org/trac/boost/ticket/967
-chris
Just a thought... When you built 1.34.0 did you define _SECURE_SCL = 0? Or did you leave it as the default? If the latter then you are mixing library types and that is probably (though not guaranteed to be) causing the crash. In that case, try rebuilding 1.34.0 with _SECURE_SCL = 0 and then posting back whether the issue still remains.
On Mon, 21 May 2007 23:09:47 +0200, Christopher Woods
Just a thought...
When you built 1.34.0 did you define _SECURE_SCL = 0? Or did you leave it as the default?
If the latter then you are mixing library types and that is probably (though not guaranteed to be) causing the crash. In that case, try rebuilding 1.34.0 with _SECURE_SCL = 0 and then posting back whether the issue still remains.
Hi, i am currently trying to do this, but i have problems building boost with _SECURE_SCL=0. If you can help i have another thread running currently regarding this problem. Thanks -chris -- Christopher Lux | | Bauhaus University Weimar | Faculty of Media - Virtual Reality Systems Group
Christopher Woods
When you built 1.34.0 did you define _SECURE_SCL = 0? Or did you leave it as the default?
If the latter then you are mixing library types and that is probably (though not guaranteed to be) causing the crash. In that case, try rebuilding 1.34.0 with _SECURE_SCL = 0 and then posting back whether the issue still remains.
Ok, this was the isse. If boost is build also with _SECURE_SCL=0 then the crash does not appear. Thanks for all the help! -chris -- Christopher Lux | | Bauhaus University Weimar | Faculty of Media - Virtual Reality Systems Group
participants (2)
-
Christopher Lux
-
Christopher Woods