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

Ref. #278 - Application Crashes When Removing Contact #593

Open
GONQ opened this issue Nov 25, 2018 · 5 comments
Open

Ref. #278 - Application Crashes When Removing Contact #593

GONQ opened this issue Nov 25, 2018 · 5 comments

Comments

@GONQ
Copy link

GONQ commented Nov 25, 2018

I am experiencing this issue, version 1.1.4. If I try to delete any contact, pending or accepted, the application crashes. I replaced the chip ID with zeroes since I'm not going to publish my chipset serial.

libGL error: MESA-LOADER: failed to retrieve device information
libGL error: image driver extension not found
libGL error: failed to load driver: radeon
libGL error: MESA-LOADER: failed to retrieve device information
unknown chip id 0x0000, can't guess. <replaced chip id>
libGL error: failed to create dri screen
libGL error: failed to load driver: radeon
QBackingStore::endPaint() called with active painter on backingstore paint device
QBackingStore::endPaint() called with active painter on backingstore paint device
src/core/ContactUser.cpp:330:38: runtime error: member call on null pointer of type 'struct QObject'

Originally posted by @GONQ in https://github.com/ricochet-im/ricochet/issue_comments#issuecomment-441468328

@GONQ
Copy link
Author

GONQ commented Dec 9, 2018

I downloaded the tar.gz from the richochet site and that version does not reproduce the error. Perhaps the ubuntu / mint .deb package does not include the fix yet.

@yurivict
Copy link

It seems like this project is abandoned.

@GONQ
Copy link
Author

GONQ commented Dec 14, 2018 via email

@yurivict
Copy link

Thanks for this info.

@ghost
Copy link

ghost commented Jan 24, 2019

I replaced the chip ID with zeroes since I'm not going to publish my chipset serial.

That number is not a serial number in case you were wondering. Everyone in the world with the same chipset as you (so multiple mainboards) would have the same id.

In any case it is unrelated to this issue. The issue seems to be:

src/core/ContactUser.cpp:330:38: runtime error: member call on null pointer of type 'struct QObject'

Without a core dump there isn't much that can be done without trying to reproduce the error which doesn't happen all the time? You will likely need to build from source for that ie CONFIG+=debug.

One would need this information in order to track down the cause of that null pointer.

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

No branches or pull requests

2 participants