Sven du Plessis

Results 13 comments of Sven du Plessis

Hi @jd5000 I managed to overcome this issue by defining PAL in nes.h above the ifdef but this I had to do as the ROM was PAL If the ROM...

Hi @Yukselzngn @siara-cc I have this same problem as well, I can create a table and insert data but a select causes a stack overflow. I'm storing the data on...

Okay so I realized my mistake, the file name I used was a windows reserved name, that's why I got the "invalid file handle" error. I can confirm that I...

So digging into sqlite3_exec I found that the stack overflow occurs when sqlite3LockAndPrepare returns its result code. I can't tell why its causing a stack overflow.

It turns out I needed a sanity check, I thought I had increased the stack size setting but it never changed. @Yukselzngn increase your main task stack size to something...

@siara-cc I'm using ESP-IDF V5.1 and the default setting there is 3584. Okay thank you.

@Yukselzngn its pleasure. Enjoy your day.

Hi @torabian, are you sure the stack size is increased? I found that sometimes when I change the settings it doesn't always save after I actually click save. If your...

@torabian I'm just confirming, you did change the "Main task stack size" under "ESP System Settings" in your SDK config to something larger or equal to 6144? Can you perhaps...

Hi @Yukselzngn, Can you more or less pin point which queries are causing the timeouts? Also how large is your database in terms of file size?