Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Android: Unable to load styles.json #719

Closed
hallahan opened this issue Dec 12, 2014 · 33 comments
Closed

Android: Unable to load styles.json #719

hallahan opened this issue Dec 12, 2014 · 33 comments
Labels
Android Mapbox Maps SDK for Android
Milestone

Comments

@hallahan
Copy link
Contributor

I'm attempting to build the android-mason branch on my Samsung Galaxy S4 via the instructions on the README.md. So far so good. I got it all to compile and build on the phone.

It builds and the app opens when I run it, but the map fragment is blank, no tiles are loaded. It can't find the style file.

12-12 07:55:12.978    9780-9794/com.mapbox.mapboxgl.app E/Setup﹕ loading style failed: -1 (URL using bad/illegal format or missing URL)
12-12 07:55:13.018    9780-9799/com.mapbox.mapboxgl.app E/Setup﹕ loading style failed: 404 (No such file)

I see that we try to get the style by:

mMapFragment.getMap().setStyleUrl("asset://styles/styles/bright-v6.json");

However, there is nothing in the assets/styles directory. Where do I get these styles? I suppose I should just drop them in?

I'm looking at #585 and see that a similar problem was encountered and was resolved.

screenshot 2014-12-12 09 59 32

I'm excited to see this work!

@hallahan
Copy link
Contributor Author

I pasted the styles/styles/* of the repo into the styles asset folder, and I'm still getting:

12-12 08:06:37.913  11144-11204/com.mapbox.mapboxgl.app E/Setup﹕ loading style failed: 404 (No such file)

@hallahan
Copy link
Contributor Author

I tried loading the bright-v6.json from my own server at http://spatialserver.spatialdev.com/tmp/styles/bright-v6.json. We're getting the basic zoom level rendered, but as I zoom in, the deeper zoom levels do not render.

I still see the error: 12-12 08:17:40.318 13959-13986/com.mapbox.mapboxgl.app E/Setup﹕ loading style failed: -1 (URL using bad/illegal format or missing URL)

screenshot_2014-12-12-08-19-02

@ljbade
Copy link
Contributor

ljbade commented Dec 16, 2014

@hallahan You need to run git submodules update first to load all the git submodules which includes the styles dir.

Note that android-mason is very much WIP and is frequently breaking as we work on fixing all the bugs and getting in merged into the master branch.

Watch #676 to see when we get Android GL merged.

For more info on your particular bugs see #691.

I will be doing more work on Android GL in the next few days.

@ljbade ljbade closed this as completed Dec 16, 2014
@ljbade ljbade added the Android Mapbox Maps SDK for Android label Dec 16, 2014
@hallahan
Copy link
Contributor Author

Hi @ljbade

I'm working on a project that integrates the ability to select openstreetmap features and edit their attributes in an open data kit survey for the American Red Cross.

Ideally I'd like to use mapbox vector tiles rather than old school pngs. Im aware that it's a WIP, but if it's close enough to release I may be able to assist. I have good familiarity with vector tiles:

https://github.com/SpatialServer/Leaflet.MapboxVectorTile

@ljbade
Copy link
Contributor

ljbade commented Dec 16, 2014

Feel free to look into the issue but the bug is in the C++ native layer in case you are not familiar with native development.

I hope we will be able to merge but I am currently being held up by bugs caused by stuff that keeps changing in master. It is a bit of a cat and mouse with merging latest master than fixing all the new bugs.

I will be putting in a lot more time from January so you should see a lot more progress then.

@hallahan
Copy link
Contributor Author

Cool. I'm excited about the work you're doing. Im looking forward to the day this is the dominant mobile mapping framework.

@ljbade
Copy link
Contributor

ljbade commented Dec 18, 2014

@hallahan Do you mind testing 40f859e

It appears to have fixed the crash and tile loading problem on my phone.

@hallahan
Copy link
Contributor Author

I did git pull origin android-mason and also a git submodule update

I'm still getting:

12-17 19:51:24.361  13486-13516/com.mapbox.mapboxgl.app E/Setup﹕ loading style failed: -1 (URL using bad/illegal format or missing URL)
12-17 19:51:24.401  13486-13553/com.mapbox.mapboxgl.app E/Setup﹕ loading style failed: 404 (No such file)

@hallahan
Copy link
Contributor Author

I also tried to re make android and still the same error.

@ljbade
Copy link
Contributor

ljbade commented Dec 18, 2014

hmm

@ljbade
Copy link
Contributor

ljbade commented Dec 18, 2014

@hallahan can you gist the full log?

@hallahan
Copy link
Contributor Author

@ljbade
Copy link
Contributor

ljbade commented Dec 18, 2014

@hallahan I can't see why you are getting that errors.

Have you tried make clean then make android followed by a Build -> Rebuild Project in Android Studio?

Did you change any files other than MapFragment for the access token?

@ljbade ljbade reopened this Dec 18, 2014
@hallahan
Copy link
Contributor Author

I did the clean and rebuild, and it still is the same problem. This time the empty map is white instead of black.

@ljbade
Copy link
Contributor

ljbade commented Dec 18, 2014

@hallahan, what phone and Android version are you using?

@hallahan
Copy link
Contributor Author

Samsung Galaxy S4 GT-I95000 Android version 4.4.2

@ljbade
Copy link
Contributor

ljbade commented Dec 18, 2014

@hallahan Can you try installing this build on your phone: https://www.dropbox.com/s/pddxwqvglkj2mkm/app-debug.apk?dl=0

@hallahan
Copy link
Contributor Author

@ljbade I installed your apk. It loads an initial map, but as i pinch to zoom in, the app crashes.

@ljbade
Copy link
Contributor

ljbade commented Dec 22, 2014

:-(

Can you capture the logcat output?

@hallahan
Copy link
Contributor Author

Here are the logs from logcat that seem relevent:

D/CAE     ( 3036): display(ContextProvider.java:357) - ================= GYRO_TEMPERATURE =================
I/CAE     ( 3036): display(ContextProvider.java:373) - GyroTemperature=[14.0]
D/SContextService( 3036): updateSContext() : event = Gyro Temperature
D/dalvikvm(25152): [SWE] ### S.LSI JIT optimization list BEGIN ###
D/dalvikvm(25152): [SWE] ### S.LSI JIT optimization list END ###
F/libc    (25152): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 25170 (ox.mapboxgl.app)
D/STATUSBAR-NetworkController( 3272): refreshSignalCluster: data=-1 bt=false
D/STATUSBAR-IconMerger( 3272): checkOverflow(576), More:false, Req:false Child:6
E/Crash   (25152): Map::run() crash:
E/Crash   (25152): signal 11 (Address not mapped to object) at address 0
D/Sensorhubs( 2562): readContextData: 1, 1, 15, 14
D/SensorHubManager( 3036): onGetSensorHubDataLocked: library = 1, 1, 15, 14
D/CAE     ( 3036): onGetSensorHubData(SensorHubParserProvider.java:69) - onGetSensorHubData Event [event buffer len :4]
I/DEBUG   ( 2551): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG   ( 2551): Build fingerprint: 'samsung/ja3gub/ja3g:4.4.2/KOT49H/I9500UBUFNB3:user/release-keys'
I/DEBUG   ( 2551): Revision: '10'
I/DEBUG   ( 2551): pid: 25152, tid: 25170, name: ox.mapboxgl.app  >>> com.mapbox.mapboxgl.app <<<
I/DEBUG   ( 2551): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
I/CAE     ( 3036): parse(SensorHubParserProvider.java:142) - buffer size = 4
I/CAE     ( 3036): parse(SensorHubParserProvider.java:153) - 1, 1, 15, 14,
D/CAE     ( 3036): display(ContextProvider.java:357) - ================= GYRO_TEMPERATURE =================
I/CAE     ( 3036): display(ContextProvider.java:373) - GyroTemperature=[14.0]
D/SContextService( 3036): updateSContext() : event = Gyro Temperature
I/InputReader( 3036): Touch event's action (MT) is 0x6 (deviceType=0) [pCnt=2, s=1.746 ] when=18357004246000
I/InputDispatcher( 3036): Delivering touch to: action: 0x6
D/InputReader( 3036): Input event: value=0 when=18357046571000
I/InputReader( 3036): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=18357046575000
I/InputDispatcher( 3036): Delivering touch to: action: 0x1
W/EDMNativeHelper( 2546): EDMNativeHelperService is published
D/Sensorhubs( 2562): readContextData: 1, 1, 15, 14
D/SensorHubManager( 3036): onGetSensorHubDataLocked: library = 1, 1, 15, 14
D/CAE     ( 3036): onGetSensorHubData(SensorHubParserProvider.java:69) - onGetSensorHubData Event [event buffer len :4]
I/CAE     ( 3036): parse(SensorHubParserProvider.java:142) - buffer size = 4
I/CAE     ( 3036): parse(SensorHubParserProvider.java:153) - 1, 1, 15, 14,
D/CAE     ( 3036): display(ContextProvider.java:357) - ================= GYRO_TEMPERATURE =================
I/CAE     ( 3036): display(ContextProvider.java:373) - GyroTemperature=[14.0]
D/SContextService( 3036): updateSContext() : event = Gyro Temperature
E/Watchdog( 3036): !@Sync 611
I/DEBUG   ( 2551):     r0 00000000  r1 00006252  r2 00000006  r3 00000000
I/DEBUG   ( 2551):     r4 00000006  r5 00000001  r6 00006252  r7 0000010c
I/DEBUG   ( 2551):     r8 77a7caec  r9 78b78000  sl befb8318  fp 78c75d98
I/DEBUG   ( 2551):     ip 77a13d80  sp 78c75cd0  lr 400fc0e1  pc 4010b2d0  cpsr 00070010
I/DEBUG   ( 2551):     d0  6120297463656a62  d1  7365726464612074
I/DEBUG   ( 2551):     d2  2064657070616d70  d3  63656a626f206f3a
I/DEBUG   ( 2551):     d4  3fc39a09d078c69f  d5  3f8978c9a99dd1bf
I/DEBUG   ( 2551):     d6  3fd352972b3908aa  d7  3f5dddde3f5dddde
I/DEBUG   ( 2551):     d8  0000000000000000  d9  0000000000000000
I/DEBUG   ( 2551):     d10 0000000000000000  d11 0000000000000000
I/DEBUG   ( 2551):     d12 0000000000000000  d13 0000000000000000
I/DEBUG   ( 2551):     d14 0000000000000000  d15 0000000000000000
I/DEBUG   ( 2551):     d16 3fc1111100000000  d17 3fc1111100000000
I/DEBUG   ( 2551):     d18 4000000000000000  d19 3fd99ad6ec728871
I/DEBUG   ( 2551):     d20 3f92e456d3d24d34  d21 3fe5562152dcb6f9
I/DEBUG   ( 2551):     d22 3fd24a283e51a9a7  d23 3fcc737a5cfbe23b
I/DEBUG   ( 2551):     d24 3fc7480b1d314566  d25 3ff0000000000000
I/DEBUG   ( 2551):     d26 3fc2f112df3e5244  d27 0000000000000000
I/DEBUG   ( 2551):     d28 3fbbee1cfa921040  d29 3fee452a8951df93
I/DEBUG   ( 2551):     d30 bf56b55ea0a2f649  d31 3fbbee1cfa921040
I/DEBUG   ( 2551):     scr 60000010
I/DEBUG   ( 2551): 
I/DEBUG   ( 2551): backtrace:
I/DEBUG   ( 2551):     #00  pc 000222d0  /system/lib/libc.so (tgkill+12)
I/DEBUG   ( 2551):     #01  pc 000130dd  /system/lib/libc.so (pthread_kill+48)
I/DEBUG   ( 2551):     #02  pc 000132f1  /system/lib/libc.so (raise+10)
I/DEBUG   ( 2551):     #03  pc 00012027  /system/lib/libc.so
I/DEBUG   ( 2551):     #04  pc 00021b84  /system/lib/libc.so (abort+4)
I/DEBUG   ( 2551):     #05  pc 00112b28  /data/app-lib/com.mapbox.mapboxgl.app-1/libmapbox-gl.so (mbgl::Map::run()+480)
I/DEBUG   ( 2551):     #06  pc 00114b48  /data/app-lib/com.mapbox.mapboxgl.app-1/libmapbox-gl.so (_ZNSt3__114__thread_proxyINS_5tupleIJZN4mbgl3Map5startEbE3$_5EEEEEPvS6_+92)
I/DEBUG   ( 2551): 
I/DEBUG   ( 2551): stack:
I/DEBUG   ( 2551):          78c75c90  78c75ccc  [stack:25170]
I/DEBUG   ( 2551):          78c75c94  77cc0740  /data/app-lib/com.mapbox.mapboxgl.app-1/libmapbox-gl.so (std::__1::__shared_weak_count::__add_shared()+20)
I/DEBUG   ( 2551):          78c75c98  77e9b444  
I/DEBUG   ( 2551):          78c75c9c  73866100  
I/DEBUG   ( 2551):          78c75ca0  77e9cb98  
I/DEBUG   ( 2551):          78c75ca4  00000000  
I/DEBUG   ( 2551):          78c75ca8  00000048  
I/DEBUG   ( 2551):          78c75cac  0000000d  
I/DEBUG   ( 2551):          78c75cb0  00000000  
I/DEBUG   ( 2551):          78c75cb4  00000000  
I/DEBUG   ( 2551):          78c75cb8  00000000  
I/DEBUG   ( 2551):          78c75cbc  00000000  
I/DEBUG   ( 2551):          78c75cc0  00000000  
I/DEBUG   ( 2551):          78c75cc4  00000000  
I/DEBUG   ( 2551):          78c75cc8  401341d8  /system/lib/libc.so
I/DEBUG   ( 2551):          78c75ccc  76eeb978  
I/DEBUG   ( 2551):     #00  78c75cd0  00000006  
I/DEBUG   ( 2551):          78c75cd4  00000001  
I/DEBUG   ( 2551):          78c75cd8  00006252  
I/DEBUG   ( 2551):          78c75cdc  77a13d80  /data/app-lib/com.mapbox.mapboxgl.app-1/libmapbox-gl.so (mbgl::AndroidLogBackend::record(mbgl::EventSeverity, mbgl::Event, char const*, ...))
I/DEBUG   ( 2551):          78c75ce0  77a13d80  /data/app-lib/com.mapbox.mapboxgl.app-1/libmapbox-gl.so (mbgl::AndroidLogBackend::record(mbgl::EventSeverity, mbgl::Event, char const*, ...))
I/DEBUG   ( 2551):          78c75ce4  400fc0e1  /system/lib/libc.so (pthread_kill+52)
I/DEBUG   ( 2551):     #01  78c75ce8  00000006  
I/DEBUG   ( 2551):          78c75cec  00000000  
I/DEBUG   ( 2551):          78c75cf0  77e9cb98  
I/DEBUG   ( 2551):          78c75cf4  400fc2f5  /system/lib/libc.so (raise+14)
I/DEBUG   ( 2551):     #02  78c75cf8  78c75d04  [stack:25170]
I/DEBUG   ( 2551):          78c75cfc  400fb02b  /system/lib/libc.so
I/DEBUG   ( 2551): 
I/DEBUG   ( 2551): memory near r1:
I/DEBUG   ( 2551):     00006230 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006240 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006250 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006260 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006270 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006280 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006290 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     000062a0 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     000062b0 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     000062c0 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     000062d0 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     000062e0 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     000062f0 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006300 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006310 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006320 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551): 
I/DEBUG   ( 2551): memory near r6:
I/DEBUG   ( 2551):     00006230 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006240 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006250 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006260 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006270 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006280 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006290 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     000062a0 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     000062b0 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     000062c0 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     000062d0 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     000062e0 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     000062f0 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006300 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006310 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     00006320 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551): 
I/DEBUG   ( 2551): memory near r8:
I/DEBUG   ( 2551):     77a7cacc fffbbfc8 e59f000c e59f100c e08f0000  
I/DEBUG   ( 2551):     77a7cadc e0810000 e12fff1e 0041dea8 fffee890  
I/DEBUG   ( 2551):     77a7caec e92d48f0 e28db010 e1a04000 eb0946d6  
I/DEBUG   ( 2551):     77a7cafc e1a06000 e3a00004 eb094d34 e1a05000  
I/DEBUG   ( 2551):     77a7cb0c eb0947b8 e5960000 ebfe0eac e1a07000  
I/DEBUG   ( 2551):     77a7cb1c e5960000 e1a01005 ebfe0e7e e3570000  
I/DEBUG   ( 2551):     77a7cb2c 0a000003 e1a00007 eb0947bd e1a00007  
I/DEBUG   ( 2551):     77a7cb3c eb094d5c e5945000 e1a00005 ebfff77e  
I/DEBUG   ( 2551):     77a7cb4c e285002f e3a01001 e3a02005 eb0a85a7  
I/DEBUG   ( 2551):     77a7cb5c e5950030 e5901000 e5911010 e12fff31  
I/DEBUG   ( 2551):     77a7cb6c e3540000 0a000001 e1a00004 eb094d4d  
I/DEBUG   ( 2551):     77a7cb7c e3a00000 e8bd88f0 e1a06000 e1a00005  
I/DEBUG   ( 2551):     77a7cb8c ea000004 ebfe2696 e1a06000 e3540000  
I/DEBUG   ( 2551):     77a7cb9c 0a000001 e1a00004 eb094d42 e1a00006  
I/DEBUG   ( 2551):     77a7cbac eb095d76 e92d4800 e1a0b00d eb094d3d  
I/DEBUG   ( 2551):     77a7cbbc e8bd8800 e92d4810 e28db004 e24dd004  
I/DEBUG   ( 2551): 
I/DEBUG   ( 2551): memory near r9:
I/DEBUG   ( 2551):     78b77fe0 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     78b77ff0 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2551):     78b78000 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78b78010 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78b78020 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78b78030 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78b78040 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78b78050 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78b78060 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78b78070 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78b78080 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78b78090 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78b780a0 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78b780b0 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78b780c0 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78b780d0 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551): 
I/DEBUG   ( 2551): memory near sl:
I/DEBUG   ( 2551):     befb82f8 00000628 7dfc7798 00002000 73866098  
I/DEBUG   ( 2551):     befb8308 00002008 00000000 8031ed78 400f9f6f  
I/DEBUG   ( 2551):     befb8318 00002000 40133e00 802ce870 0d480000  
I/DEBUG   ( 2551):     befb8328 c0363d04 802ce878 befb83d8 400fa35b  
I/DEBUG   ( 2551):     befb8338 40134000 4177e298 4177e298 0d480000  
I/DEBUG   ( 2551):     befb8348 c0363d04 400f6d21 00000000 77a12440  
I/DEBUG   ( 2551):     befb8358 4177e298 0d480000 4177e298 0d480000  
I/DEBUG   ( 2551):     befb8368 c0363d04 1968a4c3 0000f424 72731c90  
I/DEBUG   ( 2551):     befb8378 00000000 727317e0 00000000 00000000  
I/DEBUG   ( 2551):     befb8388 00000000 ffffffff 00000014 41781970  
I/DEBUG   ( 2551):     befb8398 befb83ec 40173a4d 00000000 727317b0  
I/DEBUG   ( 2551):     befb83a8 00000000 4177e298 6d714e08 befb83d8  
I/DEBUG   ( 2551):     befb83b8 6d714e00 40226c4d 00000000 4177e298  
I/DEBUG   ( 2551):     befb83c8 6d7c2448 41781960 00000000 417a1850  
I/DEBUG   ( 2551):     befb83d8 6d714e00 00000001 00000008 418cace8  
I/DEBUG   ( 2551):     befb83e8 42acdaf0 417d228f 6d714e00 6fb8d2ba  
I/DEBUG   ( 2551): 
I/DEBUG   ( 2551): memory near fp:
I/DEBUG   ( 2551):     78c75d78 725338d0 725338d0 73866100 77e9cb98  
I/DEBUG   ( 2551):     78c75d88 00000000 77a7caec 78b78000 befb8318  
I/DEBUG   ( 2551):     78c75d98 78c75db0 77a7cb4c 78c75dd0 7ad03a40  
I/DEBUG   ( 2551):     78c75da8 77a7caec 725338d0 401362ec 400f6284  
I/DEBUG   ( 2551):     78c75db8 725338d0 7ad03a40 78c75dd0 0000000b  
I/DEBUG   ( 2551):     78c75dc8 00000078 400f641c 78c75dd0 7ad03a40  
I/DEBUG   ( 2551):     78c75dd8 00000001 403afad8 00000000 d6bd0a20  
I/DEBUG   ( 2551):     78c75de8 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78c75df8 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78c75e08 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78c75e18 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78c75e28 00000000 00000000 00000000 7bd4de88  
I/DEBUG   ( 2551):     78c75e38 00000000 00000000 00000000 7385c040  
I/DEBUG   ( 2551):     78c75e48 7ad03760 00000000 00000000 7395ba40  
I/DEBUG   ( 2551):     78c75e58 7ad03138 7acb5ec0 00000000 00000000  
I/DEBUG   ( 2551):     78c75e68 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551): 
I/DEBUG   ( 2551): memory near ip:
I/DEBUG   ( 2551):     77a13d60 fffb82b8 00486c90 fffe1f64 00486c84  
I/DEBUG   ( 2551):     77a13d70 fff8575b 00486c5c 00486c34 fff856d3  
I/DEBUG   ( 2551):     77a13d80 e92d4bf0 e28db018 e24dd008 e1a07003  
I/DEBUG   ( 2551):     77a13d90 e1a05002 e1a08001 e28b3008 e3a00000  
I/DEBUG   ( 2551):     77a13da0 e3a01000 e3a04000 e1a02007 e58d3000  
I/DEBUG   ( 2551):     77a13db0 eb0b2a9a e2806001 e3560000 e1a00006  
I/DEBUG   ( 2551):     77a13dc0 b3e00000 eb0af0ae e59d3000 e1a01006  
I/DEBUG   ( 2551):     77a13dd0 e1a02007 e1a09000 eb0b2a90 e3a00002  
I/DEBUG   ( 2551):     77a13de0 e3580003 8a000006 e59f008c e59f108c  
I/DEBUG   ( 2551):     77a13df0 e08f0000 e0810000 e1a01c08 e1a01c41  
I/DEBUG   ( 2551):     77a13e00 e7900101 e59f1078 e59f2078 e59f707c  
I/DEBUG   ( 2551):     77a13e10 e08f1001 e0823001 e59f106c e08f1001  
I/DEBUG   ( 2551):     77a13e20 e0871001 e7d37184 e1570005 0a000003  
I/DEBUG   ( 2551):     77a13e30 e2844001 e354000f 1afffff9 ea000004  
I/DEBUG   ( 2551):     77a13e40 e59f104c e08f1001 e0821001 e0811184  
I/DEBUG   ( 2551):     77a13e50 e5911004 e59f203c e59f303c e08f2002  
I/DEBUG   ( 2551): 
I/DEBUG   ( 2551): memory near sp:
I/DEBUG   ( 2551):     78c75cb0 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2551):     78c75cc0 00000000 00000000 401341d8 76eeb978  
I/DEBUG   ( 2551):     78c75cd0 00000006 00000001 00006252 77a13d80  
I/DEBUG   ( 2551):     78c75ce0 77a13d80 400fc0e1 00000006 00000000  
I/DEBUG   ( 2551):     78c75cf0 77e9cb98 400fc2f5 78c75d04 400fb02b  
I/DEBUG   ( 2551):     78c75d00 d6bd0a20 ffffffdf 78c75d30 77e1fa1f  
I/DEBUG   ( 2551):     78c75d10 77e9b444 73866100 77e9cb98 77e9b444  
I/DEBUG   ( 2551):     78c75d20 73866100 4010ab88 d6bd0a20 77a7ab2c  
I/DEBUG   ( 2551):     78c75d30 7acf1730 7395ba40 401381c8 7395ba40  
I/DEBUG   ( 2551):     78c75d40 7ad03c88 400f9f6f 00000018 00000bdc  
I/DEBUG   ( 2551):     78c75d50 400f8ed5 00000018 7395ba40 77e9cb98  
I/DEBUG   ( 2551):     78c75d60 725338d0 77a7caec 78b78000 befb8318  
I/DEBUG   ( 2551):     78c75d70 78c75d88 400f6d0d 725338d0 725338d0  
I/DEBUG   ( 2551):     78c75d80 73866100 77e9cb98 00000000 77a7caec  
I/DEBUG   ( 2551):     78c75d90 78b78000 befb8318 78c75db0 77a7cb4c  
I/DEBUG   ( 2551):     78c75da0 78c75dd0 7ad03a40 77a7caec 725338d0  
I/DEBUG   ( 2551): 
I/DEBUG   ( 2551): code around pc:
I/DEBUG   ( 2551):     4010b2b0 e8bd00f0 e3700a01 912fff1e e2600000  
I/DEBUG   ( 2551):     4010b2c0 ea006fce e92d50f0 e3a07f43 ef000000  
I/DEBUG   ( 2551):     4010b2d0 e8bd50f0 e3700a01 912fff1e e2600000  
I/DEBUG   ( 2551):     4010b2e0 ea006fc6 e92d50f0 e3a070ee ef000000  
I/DEBUG   ( 2551):     4010b2f0 e8bd50f0 e3700a01 912fff1e e2600000  
I/DEBUG   ( 2551):     4010b300 ea006fbe e1520003 8a000102 f5d1f040  
I/DEBUG   ( 2551):     4010b310 e92d4001 e3520010 3a00003f e3520d0d  
I/DEBUG   ( 2551):     4010b320 aa00004c e2603000 e213300f 0a00000e  
I/DEBUG   ( 2551):     4010b330 e0422003 e1b0cf83 44d1e001 44c0e001  
I/DEBUG   ( 2551):     4010b340 24d1c001 24d1e001 24c0c001 24c0e001  
I/DEBUG   ( 2551):     4010b350 e1b0ce83 aa000001 f4a1030d f480031d  
I/DEBUG   ( 2551):     4010b360 3a000001 f421070d f400071d e2522080  
I/DEBUG   ( 2551):     4010b370 3a000014 f4210acd f4000acd f4210acd  
I/DEBUG   ( 2551):     4010b380 f4000acd f4210acd f4000acd f4210acd  
I/DEBUG   ( 2551):     4010b390 f4000acd f4210acd f4000acd f4210acd  
I/DEBUG   ( 2551):     4010b3a0 f4000acd f4210acd f4000acd f4210acd  
I/DEBUG   ( 2551): 
I/DEBUG   ( 2551): code around lr:
I/DEBUG   ( 2551):     400fc0c0 447b4b13 42b3e010 4812d10e 44786a1e  
I/DEBUG   ( 2551):     400fc0d0 ec90f7fb ea42f00d 46224631 e8f2f00f  
I/DEBUG   ( 2551):     400fc0e0 d00a3001 e00b2400 2b00681b 480ad1eb  
I/DEBUG   ( 2551):     400fc0f0 44782403 ec7ef7fb f001e002 6804fa87  
I/DEBUG   ( 2551):     400fc100 fa84f001 46206005 bf00bd70 0003c2e2  
I/DEBUG   ( 2551):     400fc110 0003c2d6 0003c2ce 0003c2aa bf7ef7ff  
I/DEBUG   ( 2551):     400fc120 4a3e4b3d 43f0e92d 4606b08b 447b460d  
I/DEBUG   ( 2551):     400fc130 6823589c 930946a1 fa68f001 8000f8d0  
I/DEBUG   ( 2551):     400fc140 d0482d00 f0104628 280ff8af d8444604  
I/DEBUG   ( 2551):     400fc150 ffe4f7ff d1064286 4629200f e90cf00d  
I/DEBUG   ( 2551):     400fc160 d03c2800 482ee02e f7fb4478 482debc2  
I/DEBUG   ( 2551):     400fc170 e0154478 d11342b0 482b6a06 f7fb4478  
I/DEBUG   ( 2551):     400fc180 4a2aec3a 46332120 447aa801 fdd4f013  
I/DEBUG   ( 2551):     400fc190 a8012101 f8d6f01b 46061c42 e011d104  
I/DEBUG   ( 2551):     400fc1a0 28006800 e02cd1e6 46294630 f00d4622  
I/DEBUG   ( 2551):     400fc1b0 1c43e948 d11e4607 fa28f001 29046801  
D/Sensorhubs( 2562): readContextData: 1, 1, 15, 14

@hallahan
Copy link
Contributor Author

Here's some more possible relevant logs. Logcat is very verbose...

D/PointerIcon( 3036): setMouseIconStyle1 pointerType: 1001iconType:101 flag:0
D/PointerIcon( 3036): setMouseCustomIcon IconType is same.101
D/PointerIcon( 3036): setHoveringSpenIconStyle1 pointerType: 10001iconType:1 flag:0
D/PointerIcon( 3036): setHoveringSpenCustomIcon IconType is same.1
D/CrashAnrDetector( 3036): Build: samsung/ja3gub/ja3g:4.4.2/KOT49H/I9500UBUFNB3:user/release-keys
D/CrashAnrDetector( 3036): Hardware: universal5410
D/CrashAnrDetector( 3036): Revision: 10
D/CrashAnrDetector( 3036): Bootloader: I9500UBUFNB3
D/CrashAnrDetector( 3036): Radio: unknown
D/CrashAnrDetector( 3036): Kernel: Linux version 3.4.5-742022 (dpi@SWDD5716) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Feb 18 10:07:22 KST 2014
D/CrashAnrDetector( 3036): 
D/CrashAnrDetector( 3036): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
D/CrashAnrDetector( 3036): Build fingerprint: 'samsung/ja3gub/ja3g:4.4.2/KOT49H/I9500UBUFNB3:user/release-keys'
D/CrashAnrDetector( 3036): Revision: '10'
D/CrashAnrDetector( 3036): pid: 25946, tid: 25964, name: ox.mapboxgl.app  >>> com.mapbox.mapboxgl.app <<<
D/CrashAnrDetector( 3036): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr 
D/CrashAnrDetector( 3036): processName:com.mapbox.mapboxgl.app
D/CrashAnrDetector( 3036): broadcastEvent : com.mapbox.mapboxgl.app SYSTEM_TOMBSTONE
W/ContextImpl( 3036): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1481 com.android.server.analytics.data.collection.application.CrashAnrDetector.broadcastEvent:296 com.android.server.analytics.data.collection.application.CrashAnrDetector.processDropBoxEntry:254 com.android.server.analytics.data.collection.application.CrashAnrDetector.access$100:60 com.android.server.analytics.data.collection.application.CrashAnrDetector$1.onReceive:102 
D/STATUSBAR-IconMerger( 3272): checkOverflow(576), More:false, Req:false Child:6
I/SurfaceFlinger( 2552): id=349 createSurf (1x1),1 flag=4, bpp

@ljbade
Copy link
Contributor

ljbade commented Dec 22, 2014

Do you have log output from earlier than the crash? You may need to filter by com.mapbox.mapboxgl.app

@hallahan
Copy link
Contributor Author

Lemme try again and output stdout to a file...

@hallahan
Copy link
Contributor Author

OK, well I found this earlier:

D/STATUSBAR-NetworkController( 3272): refreshSignalCluster: data=-1 bt=false
D/STATUSBAR-IconMerger( 3272): checkOverflow(576), More:false, Req:false Child:6
D/STATUSBAR-NetworkController( 3272): refreshSignalCluster: data=-1 bt=false
D/STATUSBAR-IconMerger( 3272): checkOverflow(576), More:false, Req:false Child:6
D/SSRMv2:Monitor( 3036): SIOP:: AP = 310, Prev AP = 320, Duration = 10019, PST = 316
D/SSRMv2:AmoledAdjustTimer( 3036): prevTemp = 258, currTemp = 258, prevStep = 4, currStep = 4
I/ActivityManager( 3036): Process com.mapbox.mapboxgl.app (pid 24995) (adj 11) has died.
I/WindowState( 3036): WIN DEATH: Window{4332b4f8 u0 com.mapbox.mapboxgl.app/com.mapbox.mapboxgl.app.MainActivity}
W/WindowManager( 3036): Force-removing child win Window{435a63b0 u0 SurfaceView} from container Window{4332b4f8 u0 com.mapbox.mapboxgl.app/com.mapbox.mapboxgl.app.MainActivity}
D/STATUSBAR-NetworkController( 3272): refreshSignalCluster: data=-1 bt=false
D/STATUSBAR-IconMerger( 3272): checkOverflow(576), More:false, Req:false Child:6
W/WindowManager( 3036): Failed looking up window
W/WindowManager( 3036): java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@434d89f8 does not exist
W/WindowManager( 3036):     at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9706)
W/WindowManager( 3036):     at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9697)
W/WindowManager( 3036):     at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1323)
W/WindowManager( 3036):     at android.os.BinderProxy.sendDeathNotice(Binder.java:493)
W/WindowManager( 3036):     at dalvik.system.NativeStart.run(Native Method)
I/WindowState( 3036): WIN DEATH: null
V/AlarmManager( 3036): waitForAlarm result :4

@hallahan
Copy link
Contributor Author

The app stays alive until the user pinch zooms in.

@ljbade
Copy link
Contributor

ljbade commented Dec 22, 2014

I think that last output is just a result of the app being killed.

So there is no output that begins with something like D/com.mapbox.mapboxgl.app ?

You may just want to copy the whole log into a gist so I can work through it.

@hallahan
Copy link
Contributor Author

@ljbade
Copy link
Contributor

ljbade commented Dec 22, 2014

Hmm OK, can't see any hint in there as to why it crashes.

I will build you an APK with BUILDTYPE=Debug which enables more logging and should also reveal line numbers in the crash backtrace.

@ljbade
Copy link
Contributor

ljbade commented Jan 5, 2015

@hallahan
Copy link
Contributor Author

hallahan commented Jan 6, 2015

Your new APK Build is also failing. When I pinch to zoom in, the app crashes.

I/DEBUG   ( 2553): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG   ( 2553): Build fingerprint: 'samsung/ja3gub/ja3g:4.4.2/KOT49H/I9500UBUFNB3:user/release-keys'
I/DEBUG   ( 2553): Revision: '10'
I/DEBUG   ( 2553): pid: 7784, tid: 7801, name: ox.mapboxgl.app  >>> com.mapbox.mapboxgl.app <<<
I/DEBUG   ( 2553): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
I/DEBUG   ( 2553):     r0 00000000  r1 00001e79  r2 00000006  r3 00000000
I/DEBUG   ( 2553):     r4 00000006  r5 00000001  r6 00001e79  r7 0000010c
I/DEBUG   ( 2553):     r8 778fa5e4  r9 789ed000  sl bef20318  fp 78aead98
I/DEBUG   ( 2553):     ip 77891820  sp 78aeacd0  lr 400760e1  pc 400852d0  cpsr 000f0010
I/DEBUG   ( 2553):     d0  6120297463656a62  d1  7365726464612074
I/DEBUG   ( 2553):     d2  2064657070616d70  d3  63656a626f206f3a
I/DEBUG   ( 2553):     d4  3fc39a09d078c69f  d5  3f8fe2dd01adef7d
I/DEBUG   ( 2553):     d6  bfd1dcacaa1545de  d7  00000002417964be
I/DEBUG   ( 2553):     d8  0000000000000000  d9  0000000000000000
I/DEBUG   ( 2553):     d10 0000000000000000  d11 0000000000000000
I/DEBUG   ( 2553):     d12 0000000000000000  d13 0000000000000000
I/DEBUG   ( 2553):     d14 0000000000000000  d15 0000000000000000
I/DEBUG   ( 2553):     d16 3ff0000000000000  d17 3ff0000000000000
I/DEBUG   ( 2553):     d18 4000000000000000  d19 3fd99b8827bb5ca5
I/DEBUG   ( 2553):     d20 3f97955301cc703d  d21 3fe5569340d1a74b
I/DEBUG   ( 2553):     d22 3fd24ab947edc352  d23 3fcc746e7c50176a
I/DEBUG   ( 2553):     d24 3fc748f704369203  d25 4000000000000000
I/DEBUG   ( 2553):     d26 3fc2f112df3e5244  d27 0000000000000000
I/DEBUG   ( 2553):     d28 3f961e3d1bcda900  d29 3fefa7afc89527f4
I/DEBUG   ( 2553):     d30 bf56be523af3154d  d31 3f961e3d1bcda900
I/DEBUG   ( 2553):     scr 60000010
I/DEBUG   ( 2553): 
I/DEBUG   ( 2553): backtrace:
I/DEBUG   ( 2553):     #00  pc 000222d0  /system/lib/libc.so (tgkill+12)
I/DEBUG   ( 2553):     #01  pc 000130dd  /system/lib/libc.so (pthread_kill+48)
I/DEBUG   ( 2553):     #02  pc 000132f1  /system/lib/libc.so (raise+10)
I/DEBUG   ( 2553):     #03  pc 00012027  /system/lib/libc.so
I/DEBUG   ( 2553):     #04  pc 00021b84  /system/lib/libc.so (abort+4)
I/DEBUG   ( 2553):     #05  pc 00113608  /data/app-lib/com.mapbox.mapboxgl.app-1/libmapbox-gl.so (mbgl::Map::run()+524)
I/DEBUG   ( 2553):     #06  pc 00115640  /data/app-lib/com.mapbox.mapboxgl.app-1/libmapbox-gl.so (_ZNSt3__114__thread_proxyINS_5tupleIJZN4mbgl3Map5startEbE3$_5EEEEEPvS6_+92)
I/DEBUG   ( 2553): 
I/DEBUG   ( 2553): stack:
I/DEBUG   ( 2553):          78aeac90  78aeaccc  [stack:7801]
I/DEBUG   ( 2553):          78aeac94  77b3e9b0  /data/app-lib/com.mapbox.mapboxgl.app-1/libmapbox-gl.so (std::__1::__shared_weak_count::__add_shared()+20)
I/DEBUG   ( 2553):          78aeac98  77d1a484  /data/app-lib/com.mapbox.mapboxgl.app-1/libmapbox-gl.so
I/DEBUG   ( 2553):          78aeac9c  737e8ec8  
I/DEBUG   ( 2553):          78aeaca0  77d1bbd8  
I/DEBUG   ( 2553):          78aeaca4  00000000  
I/DEBUG   ( 2553):          78aeaca8  00000048  
I/DEBUG   ( 2553):          78aeacac  0000000d  
I/DEBUG   ( 2553):          78aeacb0  00000000  
I/DEBUG   ( 2553):          78aeacb4  00000000  
I/DEBUG   ( 2553):          78aeacb8  00000000  
I/DEBUG   ( 2553):          78aeacbc  00000000  
I/DEBUG   ( 2553):          78aeacc0  00000000  
I/DEBUG   ( 2553):          78aeacc4  00000000  
I/DEBUG   ( 2553):          78aeacc8  400ae1d8  /system/lib/libc.so
I/DEBUG   ( 2553):          78aeaccc  75c1e258  
I/DEBUG   ( 2553):     #00  78aeacd0  00000006  
I/DEBUG   ( 2553):          78aeacd4  00000001  
I/DEBUG   ( 2553):          78aeacd8  00001e79  
I/DEBUG   ( 2553):          78aeacdc  77891820  /data/app-lib/com.mapbox.mapboxgl.app-1/libmapbox-gl.so (mbgl::AndroidLogBackend::record(mbgl::EventSeverity, mbgl::Event, char const*, ...))
I/DEBUG   ( 2553):          78aeace0  77891820  /data/app-lib/com.mapbox.mapboxgl.app-1/libmapbox-gl.so (mbgl::AndroidLogBackend::record(mbgl::EventSeverity, mbgl::Event, char const*, ...))
I/DEBUG   ( 2553):          78aeace4  400760e1  /system/lib/libc.so (pthread_kill+52)
I/DEBUG   ( 2553):     #01  78aeace8  00000006  
I/DEBUG   ( 2553):          78aeacec  00000000  
I/DEBUG   ( 2553):          78aeacf0  77d1bbd8  
I/DEBUG   ( 2553):          78aeacf4  400762f5  /system/lib/libc.so (raise+14)
I/DEBUG   ( 2553):     #02  78aeacf8  78aead04  [stack:7801]
I/DEBUG   ( 2553):          78aeacfc  4007502b  /system/lib/libc.so
I/DEBUG   ( 2553): 
I/DEBUG   ( 2553): memory near r1:
I/DEBUG   ( 2553):     00001e58 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001e68 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001e78 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001e88 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001e98 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001ea8 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001eb8 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001ec8 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001ed8 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001ee8 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001ef8 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001f08 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001f18 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001f28 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001f38 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001f48 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553): 
I/DEBUG   ( 2553): memory near r6:
I/DEBUG   ( 2553):     00001e58 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001e68 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001e78 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001e88 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001e98 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001ea8 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001eb8 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001ec8 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001ed8 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001ee8 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001ef8 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001f08 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001f18 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001f28 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001f38 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     00001f48 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553): 
I/DEBUG   ( 2553): memory near r8:
I/DEBUG   ( 2553):     778fa5c4 fffbb528 e59f000c e59f100c e08f0000  
I/DEBUG   ( 2553):     778fa5d4 e0810000 e12fff1e 0041f3f0 fffee7e0  
I/DEBUG   ( 2553):     778fa5e4 e92d48f0 e28db010 e1a04000 eb0948b4  
I/DEBUG   ( 2553):     778fa5f4 e1a06000 e3a00004 eb094f12 e1a05000  
I/DEBUG   ( 2553):     778fa604 eb094996 e5960000 ebfe0cc9 e1a07000  
I/DEBUG   ( 2553):     778fa614 e5960000 e1a01005 ebfe0c9b e3570000  
I/DEBUG   ( 2553):     778fa624 0a000003 e1a00007 eb09499b e1a00007  
I/DEBUG   ( 2553):     778fa634 eb094f3a e5945000 e1a00005 ebfff76d  
I/DEBUG   ( 2553):     778fa644 e285002f e3a01001 e3a02005 eb0a8785  
I/DEBUG   ( 2553):     778fa654 e5950030 e5901000 e5911010 e12fff31  
I/DEBUG   ( 2553):     778fa664 e3540000 0a000001 e1a00004 eb094f2b  
I/DEBUG   ( 2553):     778fa674 e3a00000 e8bd88f0 e1a06000 e1a00005  
I/DEBUG   ( 2553):     778fa684 ea000004 ebfe2680 e1a06000 e3540000  
I/DEBUG   ( 2553):     778fa694 0a000001 e1a00004 eb094f20 e1a00006  
I/DEBUG   ( 2553):     778fa6a4 eb095f54 e92d4800 e1a0b00d eb094f1b  
I/DEBUG   ( 2553):     778fa6b4 e8bd8800 e92d4810 e28db004 e24dd004  
I/DEBUG   ( 2553): 
I/DEBUG   ( 2553): memory near r9:
I/DEBUG   ( 2553):     789ecfe0 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     789ecff0 ffffffff ffffffff ffffffff ffffffff  
I/DEBUG   ( 2553):     789ed000 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     789ed010 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     789ed020 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     789ed030 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     789ed040 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     789ed050 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     789ed060 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     789ed070 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     789ed080 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     789ed090 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     789ed0a0 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     789ed0b0 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     789ed0c0 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     789ed0d0 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553): 
I/DEBUG   ( 2553): memory near sl:
I/DEBUG   ( 2553):     bef202f8 00000000 00000005 00000000 40de7d70  
I/DEBUG   ( 2553):     bef20308 0000000c 00000001 00000003 3f400000  
I/DEBUG   ( 2553):     bef20318 00000000 00000000 00000005 00000000  
I/DEBUG   ( 2553):     bef20328 40de7d70 0000000c 7ac90f01 00000003  
I/DEBUG   ( 2553):     bef20338 3f400000 00000000 00000000 00000005  
I/DEBUG   ( 2553):     bef20348 00000000 00001000 00000400 8015839c  
I/DEBUG   ( 2553):     bef20358 80158258 80158258 00001004 00000ec0  
I/DEBUG   ( 2553):     bef20368 00000001 00000000 7ac90f78 43730000  
I/DEBUG   ( 2553):     bef20378 00000000 7640001d 40dce119 416f8298  
I/DEBUG   ( 2553):     bef20388 6d68ea08 bef203d8 6d68e9f8 416fb970  
I/DEBUG   ( 2553):     bef20398 bef203ec 4019d023 78af5354 40dd4277  
I/DEBUG   ( 2553):     bef203a8 00000000 78af52b8 00000000 00000000  
I/DEBUG   ( 2553):     bef203b8 00000000 00000000 6d70bc80 416fb960  
I/DEBUG   ( 2553):     bef203c8 00000004 4171b850 7640001d 00000001  
I/DEBUG   ( 2553):     bef203d8 6d68e9f8 00000001 6fa5cc55 4180a510  
I/DEBUG   ( 2553):     bef203e8 42a4cf60 4174c28f 6d68e9f8 6fa5cc50  
I/DEBUG   ( 2553): 
I/DEBUG   ( 2553): memory near fp:
I/DEBUG   ( 2553):     78aead78 737ecb20 737ecb20 737e8ec8 77d1bbd8  
I/DEBUG   ( 2553):     78aead88 00000000 778fa5e4 789ed000 bef20318  
I/DEBUG   ( 2553):     78aead98 78aeadb0 778fa644 78aeadd0 7ab8e3d0  
I/DEBUG   ( 2553):     78aeada8 778fa5e4 737ecb20 400b02ec 40070284  
I/DEBUG   ( 2553):     78aeadb8 737ecb20 7ab8e3d0 78aeadd0 0000000b  
I/DEBUG   ( 2553):     78aeadc8 00000078 4007041c 78aeadd0 7ab8e3d0  
I/DEBUG   ( 2553):     78aeadd8 00000001 40329ad8 00000000 82afc4a1  
I/DEBUG   ( 2553):     78aeade8 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     78aeadf8 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     78aeae08 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     78aeae18 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     78aeae28 00000000 00000000 00000000 7ab89010  
I/DEBUG   ( 2553):     78aeae38 00000000 00000000 00000000 737de1d0  
I/DEBUG   ( 2553):     78aeae48 7ab260a0 00000000 00000000 7ac8f6a0  
I/DEBUG   ( 2553):     78aeae58 7ac90008 7ab75160 00000000 00000000  
I/DEBUG   ( 2553):     78aeae68 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553): 
I/DEBUG   ( 2553): memory near ip:
I/DEBUG   ( 2553):     77891800 fffb7818 00488230 fffe1eb4 00488224  
I/DEBUG   ( 2553):     77891810 fff84bf9 004881fc 004881d4 fff84b71  
I/DEBUG   ( 2553):     77891820 e92d4bf0 e28db018 e24dd008 e1a07003  
I/DEBUG   ( 2553):     77891830 e1a05002 e1a08001 e28b3008 e3a00000  
I/DEBUG   ( 2553):     77891840 e3a01000 e3a04000 e1a02007 e58d3000  
I/DEBUG   ( 2553):     77891850 eb0b2c8e e2806001 e3560000 e1a00006  
I/DEBUG   ( 2553):     77891860 b3e00000 eb0af2a2 e59d3000 e1a01006  
I/DEBUG   ( 2553):     77891870 e1a02007 e1a09000 eb0b2c84 e3a00002  
I/DEBUG   ( 2553):     77891880 e3580003 8a000006 e59f008c e59f108c  
I/DEBUG   ( 2553):     77891890 e08f0000 e0810000 e1a01c08 e1a01c41  
I/DEBUG   ( 2553):     778918a0 e7900101 e59f1078 e59f2078 e59f707c  
I/DEBUG   ( 2553):     778918b0 e08f1001 e0823001 e59f106c e08f1001  
I/DEBUG   ( 2553):     778918c0 e0871001 e7d37184 e1570005 0a000003  
I/DEBUG   ( 2553):     778918d0 e2844001 e354000f 1afffff9 ea000004  
I/DEBUG   ( 2553):     778918e0 e59f104c e08f1001 e0821001 e0811184  
I/DEBUG   ( 2553):     778918f0 e5911004 e59f203c e59f303c e08f2002  
I/DEBUG   ( 2553): 
I/DEBUG   ( 2553): memory near sp:
I/DEBUG   ( 2553):     78aeacb0 00000000 00000000 00000000 00000000  
I/DEBUG   ( 2553):     78aeacc0 00000000 00000000 400ae1d8 75c1e258  
I/DEBUG   ( 2553):     78aeacd0 00000006 00000001 00001e79 77891820  
I/DEBUG   ( 2553):     78aeace0 77891820 400760e1 00000006 00000000  
I/DEBUG   ( 2553):     78aeacf0 77d1bbd8 400762f5 78aead04 4007502b  
I/DEBUG   ( 2553):     78aead00 82afc4a1 ffffffdf 78aead30 77c9defd  
I/DEBUG   ( 2553):     78aead10 77d1a484 737e8ec8 77d1bbd8 77d1a484  
I/DEBUG   ( 2553):     78aead20 737e8ec8 40084b88 82afc4a1 778f860c  
I/DEBUG   ( 2553):     78aead30 7bec0008 7ac8f6a0 400b21c8 7ac8f6a0  
I/DEBUG   ( 2553):     78aead40 737ee930 40073f6f 00000018 0364a4f0  
I/DEBUG   ( 2553):     78aead50 40072ed5 00000018 7ac8f6a0 77d1bbd8  
I/DEBUG   ( 2553):     78aead60 737ecb20 778fa5e4 789ed000 bef20318  
I/DEBUG   ( 2553):     78aead70 78aead88 40070d0d 737ecb20 737ecb20  
I/DEBUG   ( 2553):     78aead80 737e8ec8 77d1bbd8 00000000 778fa5e4  
I/DEBUG   ( 2553):     78aead90 789ed000 bef20318 78aeadb0 778fa644  
I/DEBUG   ( 2553):     78aeada0 78aeadd0 7ab8e3d0 778fa5e4 737ecb20  
I/DEBUG   ( 2553): 
I/DEBUG   ( 2553): code around pc:
I/DEBUG   ( 2553):     400852b0 e8bd00f0 e3700a01 912fff1e e2600000  
I/DEBUG   ( 2553):     400852c0 ea006fce e92d50f0 e3a07f43 ef000000  
I/DEBUG   ( 2553):     400852d0 e8bd50f0 e3700a01 912fff1e e2600000  
I/DEBUG   ( 2553):     400852e0 ea006fc6 e92d50f0 e3a070ee ef000000  
I/DEBUG   ( 2553):     400852f0 e8bd50f0 e3700a01 912fff1e e2600000  
I/DEBUG   ( 2553):     40085300 ea006fbe e1520003 8a000102 f5d1f040  
I/DEBUG   ( 2553):     40085310 e92d4001 e3520010 3a00003f e3520d0d  
I/DEBUG   ( 2553):     40085320 aa00004c e2603000 e213300f 0a00000e  
I/DEBUG   ( 2553):     40085330 e0422003 e1b0cf83 44d1e001 44c0e001  
I/DEBUG   ( 2553):     40085340 24d1c001 24d1e001 24c0c001 24c0e001  
I/DEBUG   ( 2553):     40085350 e1b0ce83 aa000001 f4a1030d f480031d  
I/DEBUG   ( 2553):     40085360 3a000001 f421070d f400071d e2522080  
I/DEBUG   ( 2553):     40085370 3a000014 f4210acd f4000acd f4210acd  
I/DEBUG   ( 2553):     40085380 f4000acd f4210acd f4000acd f4210acd  
I/DEBUG   ( 2553):     40085390 f4000acd f4210acd f4000acd f4210acd  
I/DEBUG   ( 2553):     400853a0 f4000acd f4210acd f4000acd f4210acd  
I/DEBUG   ( 2553): 
I/DEBUG   ( 2553): code around lr:
I/DEBUG   ( 2553):     400760c0 447b4b13 42b3e010 4812d10e 44786a1e  
I/DEBUG   ( 2553):     400760d0 ec90f7fb ea42f00d 46224631 e8f2f00f  
I/DEBUG   ( 2553):     400760e0 d00a3001 e00b2400 2b00681b 480ad1eb  
I/DEBUG   ( 2553):     400760f0 44782403 ec7ef7fb f001e002 6804fa87  
I/DEBUG   ( 2553):     40076100 fa84f001 46206005 bf00bd70 0003c2e2  
I/DEBUG   ( 2553):     40076110 0003c2d6 0003c2ce 0003c2aa bf7ef7ff  
I/DEBUG   ( 2553):     40076120 4a3e4b3d 43f0e92d 4606b08b 447b460d  
I/DEBUG   ( 2553):     40076130 6823589c 930946a1 fa68f001 8000f8d0  
I/DEBUG   ( 2553):     40076140 d0482d00 f0104628 280ff8af d8444604  
I/DEBUG   ( 2553):     40076150 ffe4f7ff d1064286 4629200f e90cf00d  
I/DEBUG   ( 2553):     40076160 d03c2800 482ee02e f7fb4478 482debc2  
I/DEBUG   ( 2553):     40076170 e0154478 d11342b0 482b6a06 f7fb4478  
I/DEBUG   ( 2553):     40076180 4a2aec3a 46332120 447aa801 fdd4f013  
I/DEBUG   ( 2553):     40076190 a8012101 f8d6f01b 46061c42 e011d104  
I/DEBUG   ( 2553):     400761a0 28006800 e02cd1e6 46294630 f00d4622  
I/DEBUG   ( 2553):     400761b0 1c43e948 d11e4607 fa28f001 29046801  
I/DEBUG   ( 2553): !@dumpstate -k -t -z -d -o /data/log/dumpstate_app_native -m 7784
I/BootReceiver( 3038): Copying /data/tombstones/tombstone_07 to DropBox (SYSTEM_TOMBSTONE)

https://gist.github.com/hallahan/4dd07df4e3fbcc7e4c47

@ljbade
Copy link
Contributor

ljbade commented Jan 7, 2015

Hmm looks like I am going to have to mess around with GDB to map the crash location back to the source line.

It is a strange crash as everything seems to load normally.

@ljbade
Copy link
Contributor

ljbade commented Jan 13, 2015

@hallahan I made a new build that has the line numbers in it.

If you can get the crash log from this: https://www.dropbox.com/s/awwwji00r0ysts9/app-debug.apk?dl=0

Then I can run it through addr2line to see where the crash is.

@ljbade
Copy link
Contributor

ljbade commented Jan 19, 2015

Since I haven't heard an update on this I am going to close it.

Feel free to reopen if you wish to continue on this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android
Projects
None yet
Development

No branches or pull requests

2 participants