Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ios] Crash on startup #8127

Closed
biodranik opened this issue May 9, 2024 · 1 comment · Fixed by #8131
Closed

[ios] Crash on startup #8127

biodranik opened this issue May 9, 2024 · 1 comment · Fixed by #8131
Labels
CrashReports Crash Reporting iOS iOS development

Comments

@biodranik
Copy link
Member

A long tap on the icon + Bookmarks from the menu helped to workaround this crash.

DSYM files to decode ips crash logs are attached as action artifacts

Macsymbolicator helps to symbolicate crash logs easily.

Incident Identifier: A83084C7-CD6F-454C-A879-BB9FFEA44A28
CrashReporter Key:   9a9432e42dbaad0410fd276e708e5abab8e0644e
Hardware Model:      iPhone14,2
Process:             Organic Maps [24805]
Path:                /private/var/containers/Bundle/Application/4ED447DD-F5E3-4B1E-B81D-FC10B37C8497/Organic Maps.app/Organic Maps
Identifier:          app.organicmaps
Version:             2024.05.04 (10)
AppStoreTools:       15E204
AppVariant:          1:iPhone14,2:15
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           app.organicmaps [2082]

Date/Time:           2024-05-10 00:06:21.3635 +0700
Launch Time:         2024-05-10 00:06:20.9207 +0700
OS Version:          iPhone OS 17.4.1 (21E236)
Release Type:        User
Baseband Version:    3.50.04
Report Version:      104

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Codes: 0x0000000000000001, 0x0000000000000000
VM Region Info: 0 is not in any region.  Bytes before following region: 4307058688
      REGION TYPE                 START - END      [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                   100b88000-100c78000 [  960K] r-x/r-x SM=COW  /var/containers/Bundle/Application/4ED447DD-F5E3-4B1E-B81D-FC10B37C8497/Organic Maps.app/Organic Maps
Termination Reason: SIGNAL 11 Segmentation fault: 11
Terminating Process: exc handler [24805]

Triggered by Thread:  22

...

Thread 22 Crashed:
0   libsystem_platform.dylib      	       0x1edce2af0 _platform_memmove + 144
1   Organic Maps                  	       0x100e7e7b0 dp::VertexArrayBuffer::ApplyMutation(ref_ptr<dp::GraphicsContext>, ref_ptr<dp::IndexBufferMutator>, ref_ptr<dp::AttributeBufferMutator>) (in Organic Maps) (vertex_array_buffer.cpp:398) + 3106736
2   Organic Maps                  	       0x100eb64d0 std::__1::__function::__func<gui::ShapeRenderer::Render(ref_ptr<dp::GraphicsContext>, ref_ptr<gpu::ProgramManager>, ScreenBase const&)::$_2, std::__1::allocator<gui::ShapeRenderer::Render(ref_ptr<dp::GraphicsContext>, ref_ptr<gpu::ProgramManager>, ScreenBase const&)::$_2>, void (gui::ShapeControl::ShapeInfo&)>::operator()(gui::ShapeControl::ShapeInfo&) (in Organic Maps) (function.h:364) + 3335376
3   Organic Maps                  	       0x100eb5b50 std::__1::__function::__func<gui::ShapeRenderer::ForEachShapeInfo(std::__1::function<void (gui::ShapeControl::ShapeInfo&)> const&)::$_3, std::__1::allocator<gui::ShapeRenderer::ForEachShapeInfo(std::__1::function<void (gui::ShapeControl::ShapeInfo&)> const&)::$_3>, void (gui::ShapeControl&)>::operator()(gui::ShapeControl&) (in Organic Maps) (function.h:364) + 3332944
4   Organic Maps                  	       0x100eb593c gui::ShapeRenderer::ForEachShapeControl(std::__1::function<void (gui::ShapeControl&)> const&) (in Organic Maps) (shape.cpp:149) + 3332412
5   Organic Maps                  	       0x100eb6214 gui::ShapeRenderer::Render(ref_ptr<dp::GraphicsContext>, ref_ptr<gpu::ProgramManager>, ScreenBase const&) (in Organic Maps) (shape.cpp:99) + 3334676
6   Organic Maps                  	       0x100f4b1f4 df::FrontendRenderer::RenderScene(ScreenBase const&, bool) (in Organic Maps) (frontend_renderer.cpp:1524) + 3944948
7   Organic Maps                  	       0x100f3c100 df::FrontendRenderer::RenderFrame() (in Organic Maps) (frontend_renderer.cpp:1767) + 3883264
8   Organic Maps                  	       0x100e92700 std::__1::__function::__func<df::BaseRenderer::IterateRenderLoop()::$_0, std::__1::allocator<df::BaseRenderer::IterateRenderLoop()::$_0>, void ()>::operator()() (in Organic Maps) (function.h:364) + 3188480
9   Organic Maps                  	       0x100f4fa98 df::FrontendRenderer::Routine::Do() (in Organic Maps) (frontend_renderer.cpp:2435) + 3963544
10  Organic Maps                  	       0x100e0b0f0 void* std::__1::__thread_proxy[abi:ue170006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::shared_ptr<threads::IRoutine>), std::__1::shared_ptr<threads::IRoutine>>>(void*) (in Organic Maps) (thread.h:238) + 2633968
11  libsystem_pthread.dylib       	       0x1edd99a90 _pthread_start + 136
12  libsystem_pthread.dylib       	       0x1edd98fcc thread_start + 8
@biodranik biodranik added iOS iOS development CrashReports Crash Reporting labels May 9, 2024
@biodranik
Copy link
Member Author

The discussion goes here: #8128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CrashReports Crash Reporting iOS iOS development
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant