Wt 3.3.4 crash
Added by Stas Magill over 9 years ago
Hi,
We are just trying to upgrade our Wt from 3.3.3 to 3.3.4, but we have started seeing a strange crash that occurs almost at random. I have attached one stack dump. None of our own code appears anywhere in the stack, so is this a Wt bug? Does anyone have any suggestions for what might be going wrong?
Thanks,
Stas.
upgrade_dump.txt (7.67 KB) upgrade_dump.txt |
Replies (2)
RE: Wt 3.3.4 crash - Added by Wim Dumon over 9 years ago
Hello Stas,
That's a weird crash. Are you sure your build is ok? No mixing up of header files from old/new Wt releases?
BR,
Wim.
RE: Wt 3.3.4 crash - Added by Emeric Poupon over 9 years ago
I have had crashes when compiling my program in C+11 while the libwt was compiled in C+03.
Compiling everything in C++11 solved the problem.
Maybe you have a similar issue?