-
Notifications
You must be signed in to change notification settings - Fork 21
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
msort_with_tmp.part.0 #243
Comments
@LinusCDE could you attach your build of tarnish I can get debug symbols from it? |
The executed app was a build of inky-2048 v0.2.0. Not exact binary but same source code. The binary and launcher files are attached. Was run on the rM 2. The binary does not have the libremarkable build-in swtfb enabled. So used the usual rm2fb_client wrapper stuff. |
Looks like I can reproduce this with the following steps:
|
Sentry issue: OXIDE-J |
@LinusCDE could you test this again with the latest build? I'm no longer getting crashes when importing draft apps. |
Will update it tomorrow. |
Updated the build. Tried to confuse it with rapid swiping and also let it wait about 5-10 mins before continuing. Task manager + screenshots worked and i didn't encounter any unexpected crash/restart of the launcher app. It seems though, that there was a bugreport submitted. I'm not sure what caused it. Seemed to be early on when testing the new build but I'm not sure exactly when. Tried to get the journallogs for that time, but they usually only go like 10 minutes back. Not sure if this is configured or because the rm2fb warning keeps spamming away older logs. If feasible, it would probably help to just silence this particular warning since this is 99% of the logs on a rM 2:
|
Did you test importing draft apps like in my reproduction steps? |
I might have triggered a "Import Apps", but didn't clean oxides config, so not sure if that would do anything.
Already suspected, that the output is just passed along without any real control over it. Fixing the cause seems also a good idea. Not sure if I'll get to do that though. But should be reasonably doable. |
I was getting it with every import previously. I did try removing one application and triggering it again and was no longer able to replicate.
You'd want to look at https://github.com/Eeems-Org/oxide/blob/master/applications/system-service/wlan.h primarily as that is where most of the constant checking of things happens.
I'm not seeing anything that came in. It might have just been finally uploading a previous instance. |
* Add sentry * Change build location * Also load libld * Get building * Setup sentry contexts * Fix #239 and add more debug code * Fix #239 * Add more debug code * Add more logging and switch to shared library * Switch to dynamic library * Update package * Fix release build * Fix building with/without feature flag * Start getting package build working * Begin adding liboxide * Begin moving shared code to a shared library * Merge device settings and dbus settings into liboxide * Move more into liboxide * Switch settings handling to liboxide * Change namespace * Add shared setings * Add shared settings access to rot * Add some documentation about telemetry * Flush out FAQ more * Fix machine-id handling * Remove unused include * Fix load order for running on device * Fix compile * Error if deprecated APIs are used in the shared lib * More build fixes * Switch to Type=dbus * Start flushing out sentry API more * Make adding settings easier and fix wifi loading * Fix dynamic property loading * Make telemetry opt-in and update docs * Fix settings file creation * Fix string comparison * Fix telemetry state handling * Always set initial transaction * Minor cleanup * Fix #243 * Fix #242 * Move signalhandler to liboxide * Move eventfilter into liboxide * Add opt-in screen * Start trying to fix group logic * Fix group handling * Move logic into library instead of header * Upgrade sentry library * Add more spans to sleep handling * Get spans working * Fix application recording * Switch to using EPFrameBuffer for save/recall * Add more analytics * Move application usage to it's own opt-in flag * Update package * Fix #244 * Fix #246 * Add analytics around update timings * Add application name as tag * Fix corrupt name * Add liboxide package * Update package * Upgrade sentry * Fix bug with qt type not being declared * Include all symlinks in install * Fix the right package * Fix crash on first launch * Default telemetry off on first launch
Sentry Issue: OXIDE-H
The text was updated successfully, but these errors were encountered: