i've found a very serious bug with galaxy s8/s8+ and Oreo.
i've found a very serious bug with galaxy s8/s8+ and Oreo.
https://quality.embarcadero.com/browse/RSP-20566
a delphi app with tlocationsensor crash all other phone sensors ( lux, gyro etc) until complete phone reboot.
anyone found something similar issue with oreo?
https://quality.embarcadero.com/browse/RSP-20566
https://quality.embarcadero.com/browse/RSP-20566
a delphi app with tlocationsensor crash all other phone sensors ( lux, gyro etc) until complete phone reboot.
anyone found something similar issue with oreo?
https://quality.embarcadero.com/browse/RSP-20566
I've just tried to compile an empty project under Tokyo 10.2 Version 25.0.29039.2004 ...to a galaxy s8 with Android 8.0.0 and the application crash after the splashscreen...
ReplyDelete05-16 15:38:03.966: I/crash_dump32(2868): obtaining output fd from tombstoned
05-16 15:38:03.969: I/crash_dump32(2868): performing dump of process 2848 (target tid = 2848)
05-16 15:38:03.970: A/DEBUG(2868): * * * * * * * * * * * * * * * *
05-16 15:38:03.970: A/DEBUG(2868): Build fingerprint: 'samsung/dreamltexx/dreamlte:8.0.0/R16NW/G950FXXU1CRD7:user/release-keys'
05-16 15:38:03.970: A/DEBUG(2868): Revision: '10'
05-16 15:38:03.970: A/DEBUG(2868): ABI: 'arm'
05-16 15:38:03.970: A/DEBUG(2868): pid: 2848, tid: 2848, name: cadero.Project1 >>> com.embarcadero.Project1 <<<
05-16 15:38:03.970: A/DEBUG(2868): signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xc81fa1f0
05-16 15:38:03.970: A/DEBUG(2868): r0 f126e809 r1 00000000 r2 0000000a r3 00000000
05-16 15:38:03.970: A/DEBUG(2868): r4 ff8703ec r5 ff8705e4 r6 c81fa1e0 r7 ff870444
05-16 15:38:03.970: A/DEBUG(2868): r8 00000000 r9 00000000 sl d8d36860 fp e80b23f0
05-16 15:38:03.970: A/DEBUG(2868): ip 00000009 sp ff8703c0 lr c752334f pc c7a3db9c cpsr a00f0030
05-16 15:38:03.970: A/DEBUG(2868): backtrace:
05-16 15:38:03.970: A/DEBUG(2868): #00 pc 008aab9c /data/app/com.embarcadero.Project1-XVY-xIiTRqufc1Yo3JsIRA==/lib/arm/libProject1.so
Same with an S6 under Android 7.0
both with SDK 25.2.5
Ok, using GetIt I've installed SDK 24.3.3...I had to start SDK Manager to download also platform tools, build-tools and API 22 SDK. Now the Empty project compiles and run.
ReplyDeleteLet's add an active LocationSensor ...and yes, the sensors are dead !
It's clearly a Delphi bug if the location sensor works properly in other apps. But it's also a major bug in Android for Galaxy S8. No app should be able to break the system regardless of how bad it behaves!
ReplyDeleteYes, i suppose s8 has some bugs, it's still on oreo 8.0...
ReplyDeleteBut it's a critical issue for delphi too... Now we should try with other oreo phones. I'll try to find them... I hope it's only samsung s8/s8+ problem...