http://bugs.winehq.org/show_bug.cgi?id=36617
Bug ID: 36617 Summary: boost::wregex causes programs to crash Product: Wine Version: 1.7.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: d.m.bugs@web.de
Created attachment 48668 --> http://bugs.winehq.org/attachment.cgi?id=48668 The test program
boost::wregex causes (at least my) programs to crash. I made a short test program and attatched it.
This problems occurs while the boost::wregex object is created, but only with the wregex version. The normal ones (boost::regex) are working fine.
I compiled this program and also boost (v1.55.0 from the AUR) with MinGW on my Arch Linux.
I tested the compiled program also an my Windows 7 VM where it worked without any errors or warnings.
Exactly the same error occurs when I use the std version of boost::wregex
OS: Arch Linux
MinGW: x86_64-w64-mingw32-g++ (GCC) 4.9.0 Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Sorry for my bad English :)