Re: [Mingw-w64-public] win64 random crash

2015-06-20 Thread Yaron Keren
This is the likely the result of out of memory, maybe the app is leaking memory. Watch its memory usage over the days and see if it's growing. 2015-06-20 16:43 GMT+03:00 Ragnar Rüütel : > Dear all, > > I have a small multithreaded application which keeps crashing after > working for 7-10 days and

Re: [Mingw-w64-public] win64 random crash

2015-06-20 Thread Alexandre Pereira Nunes
A bad alloc could mean your process got out of virtual address space. The most likely cause would be a memory leak. Make 100% sure you're freeing every allocated resource or use a memory leak tool to diagnose it. Perhaps you have threads leaving that aren't deallocating everything. For instance don

[Mingw-w64-public] win64 random crash

2015-06-20 Thread Ragnar Rüütel
Dear all, I have a small multithreaded application which keeps crashing after working for 7-10 days and I'm hoping some of You might be able to identity my misdoing and provide some suggestions how to overcome this problem. The application is cross-compiled (under Linux for Win64) with: Gcc versi