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

Crash on Raspberry PI 4 #2603

Closed
pupaxxo opened this issue Nov 1, 2021 · 3 comments
Closed

Crash on Raspberry PI 4 #2603

pupaxxo opened this issue Nov 1, 2021 · 3 comments
Labels
blocker Items that would block a forthcoming release bug Something isn't working

Comments

@pupaxxo
Copy link

pupaxxo commented Nov 1, 2021

Describe the bug:

Crash when launching app on Raspberry PI 4

panic: unaligned 64-bit atomic operation

goroutine 6 [running, locked to thread]:
runtime/internal/atomic.panicUnaligned()
	/tmp/golang/go/src/runtime/internal/atomic/unaligned.go:8 +0x24
runtime/internal/atomic.Load64(0x14a205c)
	/tmp/golang/go/src/runtime/internal/atomic/atomic_arm.s:286 +0x14
fyne.io/fyne/v2/internal/driver/common.(*Canvas).FreeDirtyTextures(0x14a2000)
	/home/pi/go/pkg/mod/fyne.io/fyne/v2@v2.1.1/internal/driver/common/canvas.go:205 +0x38
fyne.io/fyne/v2/internal/driver/glfw.(*gLDriver).repaintWindow.func1()
	/home/pi/go/pkg/mod/fyne.io/fyne/v2@v2.1.1/internal/driver/glfw/loop.go:171 +0x78
fyne.io/fyne/v2/internal/driver/glfw.(*window).RunWithContext(0x149e000, 0x1440f2c)
	/home/pi/go/pkg/mod/fyne.io/fyne/v2@v2.1.1/internal/driver/glfw/window.go:1336 +0x48
fyne.io/fyne/v2/internal/driver/glfw.(*gLDriver).repaintWindow(0x170bd80, 0x149e000)
	/home/pi/go/pkg/mod/fyne.io/fyne/v2@v2.1.1/internal/driver/glfw/loop.go:165 +0x50
fyne.io/fyne/v2/internal/driver/glfw.(*gLDriver).startDrawThread.func1(0x170bd80, 0x1421a80, 0x170be80)
	/home/pi/go/pkg/mod/fyne.io/fyne/v2@v2.1.1/internal/driver/glfw/loop.go:228 +0x2bc
created by fyne.io/fyne/v2/internal/driver/glfw.(*gLDriver).startDrawThread
	/home/pi/go/pkg/mod/fyne.io/fyne/v2@v2.1.1/internal/driver/glfw/loop.go:192 +0xa0
exit status 2
@pupaxxo pupaxxo added the unverified A bug that has been reported but not verified label Nov 1, 2021
@Jacalz
Copy link
Member

Jacalz commented Nov 1, 2021

In the future, please fill out the entire issue template. However, this time it’s fine because I am pretty sure that this has already been fixed with 5ace18d. Could you please test the release/v2.1.x branch (or the above commit)?

@lugu
Copy link
Contributor

lugu commented Nov 4, 2021

I have the same problem on a 32 bits Android phone using the develop branch.

@andydotxyz
Copy link
Member

This should be resolved on release/v2.1.x branch by 5ace18d

@andydotxyz andydotxyz added blocker Items that would block a forthcoming release bug Something isn't working and removed unverified A bug that has been reported but not verified labels Nov 4, 2021
@andydotxyz andydotxyz added this to the Fixes (v2.1.x) milestone Nov 4, 2021
lugu added a commit to lugu/fyne that referenced this issue Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker Items that would block a forthcoming release bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants