Bug 111716 - Add support for Sun Raster image file format ( .ras )
Summary: Add support for Sun Raster image file format ( .ras )
Status: NEEDINFO
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Android Viewer (show other bugs)
Version:
(earliest affected)
5.1.0.3 release
Hardware: ARM Android
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: (Android)-Unsupported-formats
  Show dependency treegraph
 
Reported: 2017-08-12 07:01 UTC by vihsa
Modified: 2023-01-17 13:05 UTC (History)
3 users (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 vihsa 2017-08-12 07:01:08 UTC
Description:
.ras file endless loop on libreoffice viewer 5.1, 5.2, 5.3 alpha version

Steps to Reproduce:
open marbles.ras https://opengrok.libreoffice.org/xref/core/filter/qa/cppunit/data/ras/pass/marbles.ras

Actual Results:  
endless loop

Expected Results:
display content

fileopen test result:

5.0.0.0.alpha1+ [ build id: ab465b9 ] crash
endless loop.alpha1+ [ build id: 1a6ec13 ] endless loop
5.1.0.0.alpha1+ [ build id: 5b791ec ] endless loop
5.2.0.0.alpha0+ [ build id: f6a74ce ] endless loop
5.3.0.0.alpha1+ [ build id: 4136757 ] endless loop

os: android 5.1
device: lyf flame 3 [ ls-4001 ]

for other file formats or files https://github.com/kr1shnas/qa/projects/25


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Android 5.1; Mobile; rv:57.0) Gecko/57.0 Firefox/57.0
Comment 1 vihsa 2017-08-12 07:04:41 UTC
typo comment 0

5.1.0.0.alpha1+ [ build id: 1a6ec13 ] endless loop
Comment 2 Julien Nabet 2017-08-12 09:19:43 UTC
Just wonder if it worths it to create a new bugtracker for every file format.
It seems they may have the same root cause.

It could be interesting to ping devs on dev forum or dev irc to have some opinion.
Comment 3 Michael Weghorn 2023-01-17 13:05:14 UTC
Is this issue still relevant?
Supporting more file formats presumably also means that the size of the APK will increase (due to more services that will have to be included), so I tend to suggest focusing on those that are particularly relevant.

In addition, the mechanism to open a file in Android Viewer currently depends on the Android system identifying the proper MIME type, which probably isn't the case for most of the proprietary and not so frequently used file types. (So supporting these might need some "open any file, ignore file type" handling instead (possibly hidden behind a setting?).)