Segmentation fault when running desktop version #4834

Closed
opened 2023-03-22 16:30:53 +00:00 by charlie2clarke · 0 comments
charlie2clarke commented 2023-03-22 16:30:53 +00:00 (Migrated from github.com)

Describe the issue
I've had several errors during my environment setup, and I believe all are due to running out of memory.

Once successfully built, I get the following when running the desktop version:

LOG TID(3) WARNING   4.71755 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_tram-s
LOG TID(3) WARNING   4.71762 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_tram-m
LOG TID(3) WARNING   4.71764 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_bus-s
LOG TID(3) WARNING   4.71765 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_bus-m
LOG TID(3) WARNING   4.71766 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_ferry-s
LOG TID(3) WARNING   4.71767 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_ferry-m
LOG TID(3) WARNING   4.71767 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_cable_tram-s
LOG TID(3) WARNING   4.71768 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_cable_tram-m
LOG TID(3) WARNING   4.71769 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_aerial_lift-s
LOG TID(3) WARNING    4.7177 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_aerial_lift-m
LOG TID(3) WARNING   4.71771 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_funicular-s
LOG TID(3) WARNING   4.71772 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_funicular-m
LOG TID(3) WARNING   4.71772 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_trolleybus-s
LOG TID(3) WARNING   4.71774 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_trolleybus-m
LOG TID(3) WARNING   4.71775 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_air_service-s
LOG TID(3) WARNING   4.71776 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_air_service-m
LOG TID(3) WARNING   4.71776 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_water_service-s
LOG TID(3) WARNING   4.71777 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol  transit_water_service-m
D3D12: Removing Device.
[1]    18268 segmentation fault  ../omim-build-debug/OMaps

Steps to reproduce

  1. Built using $ tools/unix/build_omim.sh -d -c -n 1
  2. Run using ../omim-build-debug/OMaps

System information:

Thank you in advance for any help!

**Describe the issue** I've had several errors during my environment setup, and I believe all are due to running out of memory. Once successfully built, I get the following when running the desktop version: ``` LOG TID(3) WARNING 4.71755 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_tram-s LOG TID(3) WARNING 4.71762 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_tram-m LOG TID(3) WARNING 4.71764 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_bus-s LOG TID(3) WARNING 4.71765 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_bus-m LOG TID(3) WARNING 4.71766 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_ferry-s LOG TID(3) WARNING 4.71767 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_ferry-m LOG TID(3) WARNING 4.71767 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_cable_tram-s LOG TID(3) WARNING 4.71768 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_cable_tram-m LOG TID(3) WARNING 4.71769 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_aerial_lift-s LOG TID(3) WARNING 4.7177 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_aerial_lift-m LOG TID(3) WARNING 4.71771 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_funicular-s LOG TID(3) WARNING 4.71772 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_funicular-m LOG TID(3) WARNING 4.71772 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_trolleybus-s LOG TID(3) WARNING 4.71774 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_trolleybus-m LOG TID(3) WARNING 4.71775 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_air_service-s LOG TID(3) WARNING 4.71776 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_air_service-m LOG TID(3) WARNING 4.71776 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_water_service-s LOG TID(3) WARNING 4.71777 drape/texture_manager.cpp:517 GetSymbolRegion(): Detected using of unknown symbol transit_water_service-m D3D12: Removing Device. [1] 18268 segmentation fault ../omim-build-debug/OMaps ``` **Steps to reproduce** 1. Built using `$ tools/unix/build_omim.sh -d -c -n 1 ` 2. Run using `../omim-build-debug/OMaps` **System information:** - Windows 11 22H2 using WSL 2 - Organic Maps version: (latest commit - [0ac1cc34a3be75052dc5733efe9a9f9a46fdc428](https://github.com/charlie2clarke/organicmaps/commit/0ac1cc34a3be75052dc5733efe9a9f9a46fdc428)) - 16GB RAM (all accessible via WSL's virtual memory) - i9 Evo CPU Thank you in advance for any help!
This repo is archived. You cannot comment on issues.
No labels
Accessibility
Accessibility
Address
Address
Android
Android
Android Auto
Android Auto
Android Automotive (AAOS)
Android Automotive (AAOS)
API
API
AppGallery
AppGallery
AppStore
AppStore
Battery and Performance
Battery and Performance
Blocker
Blocker
Bookmarks and Tracks
Bookmarks and Tracks
Borders
Borders
Bug
Bug
Build
Build
CarPlay
CarPlay
Classificator
Classificator
Community
Community
Core
Core
CrashReports
CrashReports
Cycling
Cycling
Desktop
Desktop
DevEx
DevEx
DevOps
DevOps
dev_sandbox
dev_sandbox
Directions
Directions
Documentation
Documentation
Downloader
Downloader
Drape
Drape
Driving
Driving
Duplicate
Duplicate
Editor
Editor
Elevation
Elevation
Enhancement
Enhancement
Epic
Epic
External Map Datasets
External Map Datasets
F-Droid
F-Droid
Fonts
Fonts
Frequently User Reported
Frequently User Reported
Fund
Fund
Generator
Generator
Good first issue
Good first issue
Google Play
Google Play
GPS
GPS
GSoC
GSoC
iCloud
iCloud
Icons
Icons
iOS
iOS
Legal
Legal
Linux Desktop
Linux Desktop
Linux packaging
Linux packaging
Linux Phone
Linux Phone
Mac OS
Mac OS
Map Data
Map Data
Metro
Metro
Navigation
Navigation
Need Feedback
Need Feedback
Night Mode
Night Mode
NLnet 2024-06-281
NLnet 2024-06-281
No Feature Parity
No Feature Parity
Opening Hours
Opening Hours
Outdoors
Outdoors
POI Info
POI Info
Privacy
Privacy
Public Transport
Public Transport
Raw Idea
Raw Idea
Refactoring
Refactoring
Regional
Regional
Regression
Regression
Releases
Releases
RoboTest
RoboTest
Route Planning
Route Planning
Routing
Routing
Ruler
Ruler
Search
Search
Security
Security
Styles
Styles
Tests
Tests
Track Recording
Track Recording
Translations
Translations
TTS
TTS
UI
UI
UX
UX
Walk Navigation
Walk Navigation
Watches
Watches
Web
Web
Wikipedia
Wikipedia
Windows
Windows
Won't fix
Won't fix
World Map
World Map
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: organicmaps/organicmaps-tmp#4834
No description provided.