Tagged Questions

1
vote
2answers
46 views

Qt application crashing immediately without debugging info. How do I track down the problem?

I run an Qt app I've built: ./App Segmentation fault I run it with strace: strace ./App execve("./App", ["./App"], [/* 27 vars */]) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by …
0
votes
3answers
67 views

ISAPI filter crashes IIS

Hi, I have created an ISAPI filter. It works fine on develpoment server and SIT server. But in production server it doesn't works. In event viewer the following log : Reporting queued error: …
1
vote
2answers
49 views

MFC Application Crashes while closing

I had a working MFC application (a dialog application), I deleted some of its button and added a new button, but now when it closes the application crashes. It fails in one of ASSERT() macro. The …