Displaying 2 results from an estimated 2 matches for "tomulik".
Did you mean:
ptomulik
2015 Feb 13
2
[LLVMdev] SIGILL in regex::assign()
...main()
{
std::regex re;
re.assign(std::regex("foo")); // SIGILL
return 0;
}
It runs smoothly if compiled with g++ but raises "illegal instruction"
when compiled with clang++:
g++ -std=c++11 -O0 -g -o test-g++ test.cpp
clang++ -std=c++11 -O0 -g -o test-clang++ test.cpp
ptomulik at barakus:$ ./test-g++
ptomulik at barakus:$ ./test-clang++
Illegal instruction
Note that the following assignment still works:
re.assign(static_cast<std::regex const&>(std::regex("foo")));
I'm working on Debian 8.0, my clang version is:
ptomulik at barakus:$ clang++ -...
2013 Feb 12
3
apache 2.4 support in puppetlabs/apache
Hi everyone,
I started testing out the puppetlabs/apache module from forge on a Fedora
18 server and noticed it doesn''t have multiple version support for apache.
Fedora 18 runs apache 2.4 and there are a few of modules that don''t exist
any more and a few config changes.
I was pondering forking the module on github and adding attempting to add
support for apache 2.4 but I