-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
[BUG] Axolotl does not start on Mobian with Flathub #468
Comments
Could you try to manually remove the electron binary zip file with rm -f /home/mobian/.config/textsecure.nanuc/electron/vendor/electron-linux-amd64-v12.zip and then start axolotl again? Perhaps the zip file got corrupted during the download. |
doesn't help (I am on postmarketos, but I see the same, it seems. Here is the console output:
|
Hi, I have the same issue on Manjaro Phosh ( Pinephone with SIM card) AND Manjaro on desktop with gnome. Also fresh install from flathub. Any way to help ? |
Can confirm it on arch arm. Deleting the file did not change it. |
I'm having this same exact issue. Deleting the file didn't help. Same issue with Flatpak, Snap and with axolotl_0.9.9-3_arm64.deb. Running Pinephone without SIM card. Pinephone OS: Manjaro Phosh |
Same issue here as well with the Flatpak of axolotl on the pinephone with postmarketos and a SIM. Deleting the zip also did not help. |
The Flatpak version still is 0.9.9. However Snap version is 1.0.0 and runs on the PinePhone (at least on Manjaro). |
@Id2ndR Is that Manjaro Phosh? They show different version numbers but were also published on the same day so maybe that was a typo? |
@ragreenburg, Yes it is Manjaro Phosh, but my understanding is that neither the Flatpak version nor the snap one does depend on the distribution. |
@ld2ndR Note that for Manjaro there's an AUR package, see https://forum.pine64.org/showthread.php?tid=14223 |
@Id2ndR I believe you're right about that, I was just curious if maybe you had it on Manjaro Plasma Mobile. |
So in order to get things right, this still happens not? When electron terminates with exit code 7 it's an access violation error. I have no manjaro aur mobian but a stacktrace would be helpful to see why it happens. |
I have the same results when installed using Flatpak on PostmarketOS with Phosh. I'd love to provide a stack trace, but all I have is terminal output just like the above.
|
Yes, still happens. Exactly the same console output. Electron crashes. I guess, for a stacktrace, one has to install the require debug flatpaks. What would those be? |
I think it has become evident earlier that this issue has nothing to do with Mobian, @vasyugan the Debug flatpak can be installed like this:
But this doesn't help whatsoever, since electron is not part of the flatpak, but it is downloaded during first run, from here into your home directory under Anyhow it looks like a futex error, that can be seen even if you don't look for the backtrace but just try to invoke electron,
Anyhow the amd64 equivalent of this does work, and also without the electron app path.
And here is the some (so far) no sym backtace from the thread which causes the abort, which is not that useful in this form: Thread 1 (Thread 0xfffff5008cb0 (LWP 42)): #0 0x0000fffff61671d8 in raise () at /usr/lib/aarch64-linux-gnu/libc.so.6 #1 0x0000fffff6153aa0 in abort () at /usr/lib/aarch64-linux-gnu/libc.so.6 #2 0x0000fffff61a1a18 in __libc_message () at /usr/lib/aarch64-linux-gnu/libc.so.6 #3 0x0000fffff61a1aa8 in __libc_fatal () at /usr/lib/aarch64-linux-gnu/libc.so.6 #4 0x0000fffff79a8af0 in sem_post () at /usr/lib/aarch64-linux-gnu/libpthread.so.0 #5 0x0000aaaaac33d504 in uv_sem_post () #6 0x0000aaaaac452b20 in () #7 0x0000aaaab22c08c0 in () (gdb) It seems that, if I run electron outside of flatpak, then I get a crash anyway, only it's Back to the futex issue, it's not entirely unheard of: While we figure out how to get some readable minidump symbols, And here is the thing, if I try to run
And this is also an issue, that has surfaced before and correlates with the lack of proper X config: On the other hand, for example with this:
This was suggested for the keybase electron gui: Electron does start up without a crash, only it displays the '404 page not found' message. |
the |
And that, ladies n' gentlemen, is what I call an investigation. Thank you for your work @Ferenc- |
As the person who set up that initial Flatpak build, this did bother me ever since reported. Your investigation and documentation of that process, @Ferenc- is very impressive. Thank you! Really great work. Now, to update the Flatpaks :) |
I think #604 already helped a lot, although it's not a must but #619 tries to further prevent crashes |
Hello everyone, after some time focusing on other things I finally came back to Axolotl and its Flatpak build.
If someone wants to try it out there are two makefile targets:
In the coming days, weeks I will publish this version to Flathub too. |
I am seeming to get a new issue with this: But it still will not start |
Description
A fresh install of Axolotl does not start on Mobian wit Flathub
Steps to Reproduce
Download Axolotl on Flathub
type in command flatpak run org.nanuc.Axolotl
Expected behavior: [What you expect to happen]
A window to open for Axolotl
Actual behavior: [What actually happens]
Please provide the Version as written in
Settings->About Axolotl
Device
Mobian/Pinephone (No SIM Card in the modem)
The text was updated successfully, but these errors were encountered: