thobook2014 / ebookdroid

Automatically exported from code.google.com/p/ebookdroid
0 stars 0 forks source link

Official "Scala Overview" doc causes crash #412

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
#Steps to reproduce:
1. Get "An Overview of the Scala Programming Language (2. Edition)" 
(http://www.scala-lang.org/sites/default/files/linuxsoft_archives/docu/files/Sca
laOverview.pdf) from the Scala manual page (http://www.scala-lang.org/node/198)
2. Open it in EBookDroid

#Expectation:
The PDF is displayed

#Actual outcome:
EBookDroid opens the PDF, but before any content is displayed either:
* EBookDroid exits, returning to the home screen, or
* EBookDroid returns to the screen it was displaying before opening Scala 
Overview (in my case, the "Recent books" screen).

#Platform info:
Hardware: Asus Transformer Pad TF700T
OS: Android 4.1.1, build 10.4.4.23-2012-11-27
App: EBookDroid 1.6.4

#Additional Info:
The first time I tried opening ScalaOverview.pdf, EBookDroid crashed. I 
cold-booted the tablet, and EBookDroid stopped crashing (instead returning to 
the previous screen), but still wouldn't open the PDF.

Attached are two log files containing messages from the app launch to crash. 
Some messages (GC and account sync) have been removed to cut down on noise and 
personal information. The relevant messages for the crash itself appear to be:

    E/libmupdf( 9119): error: image height is zero (or less)
    E/libmupdf( 9119): error: image height is zero (or less)
    F/libc    ( 9119): Fatal signal 11 (SIGSEGV) at 0x00000328 (code=1), thread 9632 (DecodingThread-)
    F/libc    ( 9119): Fatal signal 11 (SIGSEGV) at 0x00000007 (code=1), thread 9631 (DecodingThread-)

Other apps (Polaris Office 3.5 build 5r16148FV06, VuDroid 1.4, ) opened the PDF 
without incident. MyLibrary 2.1.0 crashed when opening the PDF the first time I 
tried it, but opened it without incident after a cold boot.

Original issue reported on code.google.com by ww.ga...@gmail.com on 31 Dec 2012 at 4:28

Attachments:

GoogleCodeExporter commented 9 years ago
Pls set 1 decoding thread

Original comment by Alexander.V.Kasatkin@gmail.com on 31 Dec 2012 at 6:51

GoogleCodeExporter commented 9 years ago
After setting the number of decoding threads to 1, EBookDroid opens the PDF.

Original comment by ww.ga...@gmail.com on 31 Dec 2012 at 8:22

GoogleCodeExporter commented 9 years ago

Original comment by Andrei.K...@gmail.com on 12 Feb 2013 at 12:36