[enigma2] fix for crash during enigma2 shutdown#1271
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix for the following crash:
22:59:51.6652 PC: 00224f88
22:59:51.6653 Fault Address: 00000164
22:59:51.6653 Error Code: 519
22:59:51.6653 Backtrace:
22:59:51.6655 /usr/bin/enigma2(_Z17handleFatalSignaliP9siginfo_tPv) [0x85060]
22:59:51.6656 /lib/libc.so.6(__default_rt_sa_restorer) [0xB5C54680]
22:59:51.6658 /usr/bin/enigma2(_ZN22eListboxServiceContent22checkServiceIsRecordedE17eServiceReference) [0x224F88]
22:59:51.6661 /usr/bin/enigma2(_ZN22eListboxServiceContent5paintER8gPainterR12eWindowStyleRK6ePointi) [0x2258C0]
22:59:51.6663 /usr/bin/enigma2(ZN8eListbox5eventEiPvS0) [0x1849A8]
22:59:51.6664 /usr/bin/enigma2(_ZN7eWidget7doPaintER8gPainterRK7gRegioni) [0x19389C]
22:59:51.6666 /usr/bin/enigma2(_ZN7eWidget7doPaintER8gPainterRK7gRegioni) [0x193904]
22:59:51.6668 /usr/bin/enigma2(_ZN7eWidget7doPaintER8gPainterRK7gRegioni) [0x193904]
22:59:51.6670 /usr/bin/enigma2(_ZN14eWidgetDesktop10paintLayerEP7eWidgeti) [0x195F1C]
22:59:51.6672 /usr/bin/enigma2(_ZN14eWidgetDesktop5paintEv) [0x196044]
22:59:51.6673 /usr/bin/enigma2(main) [0x81FE8]
22:59:51.6674 /lib/libc.so.6(n/a) [0xB5C40B88]
22:59:51.6675 /lib/libc.so.6(__libc_start_main) [0xB5C40CFC]
22:59:51.6676 -------FATAL SIGNAL (11)
Two guards added to listboxservice.cpp: