Bug 99605 - Android Viewer can't open any office files
Summary: Android Viewer can't open any office files
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Android Viewer (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:5.2.0
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-01 12:54 UTC by Mert Tumer
Modified: 2016-10-25 19:02 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mert Tumer 2016-05-01 12:54:31 UTC
LOGCAT REPORT:
I/stderr  ( 1246): Bootstrapping exception 'xcd: unresolved dependencies in file:///assets/share/registry'
--------- beginning of crash
F/libc    ( 1246): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 1298 (Thread-120)
I/DEBUG   (   63): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG   (   63): Build fingerprint: 'generic/sdk_phone_armv7/generic:5.1/LKY45/1737576:eng/test-keys'
I/DEBUG   (   63): Revision: '0'
I/DEBUG   (   63): ABI: 'arm'
I/DEBUG   (   63): pid: 1246, tid: 1298, name: Thread-120  >>> org.example.libreoffice <<<
I/DEBUG   (   63): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
I/DEBUG   (   63):     r0 00000000  r1 00000000  r2 00000000  r3 a2784ad0
I/DEBUG   (   63):     r4 9d6d4744  r5 b6e20d94  r6 9d6d479c  r7 9d6d4744
I/DEBUG   (   63):     r8 9a14c578  r9 9a14d73c  sl 9a25fe78  fp b2e74278
I/DEBUG   (   63):     ip 9f47c519  sp 9d6d4738  lr 9dd72e25  pc 9f47c524  cpsr 80000030
I/DEBUG   (   63): 
I/DEBUG   (   63): backtrace:
I/DEBUG   (   63):     #00 pc 01c99524  /data/app/org.example.libreoffice-1/lib/arm/liblo-native-code.so
I/DEBUG   (   63):     #01 pc 0229ca77  /data/app/org.example.libreoffice-1/lib/arm/liblo-native-code.so
I/DEBUG   (   63):     #02 pc 009a053f  /data/app/org.example.libreoffice-1/lib/arm/liblo-native-code.so
I/DEBUG   (   63):     #03 pc 0096ee9b  /data/app/org.example.libreoffice-1/lib/arm/liblo-native-code.so
I/DEBUG   (   63):     #04 pc 00970e4f  /data/app/org.example.libreoffice-1/lib/arm/liblo-native-code.so
I/DEBUG   (   63):     #05 pc 01abc9a7  /data/app/org.example.libreoffice-1/lib/arm/liblo-native-code.so
I/DEBUG   (   63):     #06 pc 01abd5ab  /data/app/org.example.libreoffice-1/lib/arm/liblo-native-code.so
I/DEBUG   (   63):     #07 pc 006f8d05  /data/app/org.example.libreoffice-1/lib/arm/liblo-native-code.so
I/DEBUG   (   63):     #08 pc 023cc06d  /data/app/org.example.libreoffice-1/lib/arm/liblo-native-code.so
I/DEBUG   (   63):     #09 pc 023cfc8b  /data/app/org.example.libreoffice-1/lib/arm/liblo-native-code.so
I/DEBUG   (   63):     #10 pc 0202fcc5  /data/app/org.example.libreoffice-1/lib/arm/liblo-native-code.so (Java_org_libreoffice_kit_LibreOfficeKit_initializeNative+424)
W/ActivityManager(  363):   Force finishing activity 1 org.example.libreoffice/org.libreoffice.LibreOfficeMainActivity
I/DEBUG   (   63): 
I/DEBUG   (   63): Tombstone written to: /data/tombstones/tombstone_08
I/BootReceiver(  363): Copying /data/tombstones/tombstone_08 to DropBox (SYSTEM_TOMBSTONE)

Andorid version is 5.1 and both tried with AVD and my sony xperia m5 phone
Comment 1 Mert Tumer 2016-05-01 12:55:50 UTC
Missing constructor methods from native-code.py
Comment 2 Commit Notification 2016-05-01 13:02:18 UTC
Mert Tumer committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=1bb8952350b35511a41c31c46913ddf742d10d64

tdf#99605 - add missing constructor methods.

It will be available in 5.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.