Re: Buffer Overflow on ARM with persistency enabled

2021-04-22 Thread Ilya Kasnacheev
Hello! You can also configure your system to save core dumps on application crash, then you can open the core dump with debugger. Regards, -- Ilya Kasnacheev чт, 22 апр. 2021 г. в 07:07, rakshita04 : > Hi , > > We have 2 GB RAM. > we unfortunately could not attached debugger, so we don't

Re: Buffer Overflow on ARM with persistency enabled

2021-04-21 Thread rakshita04
Hi , We have 2 GB RAM. we unfortunately could not attached debugger, so we don't have stack trace info as of now. Also about RAM, we tried running our application on AMD linux VM with same RAM(2GB) but there we dont see this behavior and application runs fine. regards, Rakshita Chaudhary --

Re: Buffer Overflow on ARM with persistency enabled

2021-04-21 Thread Igor Sapego
Hi, I'm pretty much sure it happens because Ignite is quite demanding on RAM. How much memory is available on your machine? Also, is there any kind of stack trace to share? Best Regards, Igor On Wed, Apr 21, 2021 at 2:46 PM rakshita04 wrote: > Hi Team, > > We are using ignite on our C++

Buffer Overflow on ARM with persistency enabled

2021-04-21 Thread rakshita04
Hi Team, We are using ignite on our C++ application over 32-bit ARM linux machine. Our application is closing abruptly after certain number of entries in Database(4400 entries) and application is being terminated with "Buffer Overflow" error. There is no other information in ignite logs or system