Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

Crash at native thread

More
11 years 2 months ago #9157 by cerv82
I'm getting a bunch of crashes at the native thread when I open a list of documents, read each page and then close the Page and document, all of this using Asynchronous threads running sequentially. Sometime it works but in average, it crashes 1 out of 5 times. I can't share my source code, but I can tell that I'm using an Asus 10" tablet (with Intel processor) running Android 4.3, and I'm using the latest stable PDF library (3.4). I would appreciate any help.

Regards
More
11 years 2 months ago #9158 by Davide
Replied by Davide on topic Crash at native thread
Hi,
I suggest you to look at onDestroy() method of PDFReaderAct.
Check if you are deallocating all the old instances.
Maybe you are missing
Code:
Global.RemoveTmp();
that removes all tmp files that "pdfex" library generated.
Time to create page: 0.399 seconds
Powered by Kunena Forum