This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug go/79037] gccgo: Binaries crash with parforsetup: pos is not aligned on m68k


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79037

--- Comment #2 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
(In reply to John Paul Adrian Glaubitz from comment #1)
> I'll report back tomorrow.

Problem persists:

root@mama:~# ./hello-world 
fatal error: parforsetup: pos is not aligned

runtime stack:
runtime_dopanic
        ../../../src/libgo/runtime/panic.c:135
runtime_throw
        ../../../src/libgo/runtime/panic.c:193
runtime_parforsetup
        ../../../src/libgo/runtime/parfor.c:63
gc
        ../../../src/libgo/runtime/mgc0.c:2259
mgc
        ../../../src/libgo/runtime/mgc0.c:2215
runtime_mstart
        ../../../src/libgo/runtime/proc.c:1076

goroutine 16 [garbage collection]:
runtime_mcall
        ../../../src/libgo/runtime/proc.c:295
runtime_gc
        ../../../src/libgo/runtime/mgc0.c:2191
runtime_mallocgc
        ../../../src/libgo/runtime/malloc.goc:259
__go_new
        ../../../src/libgo/runtime/go-new.c:16
main.main
        /root/hello-world.go:6
runtime_main
        ../../../src/libgo/runtime/proc.c:626

goroutine 17 [runnable]:
kickoff
        ../../../src/libgo/runtime/proc.c:232
created by runtime_main
        ../../../src/libgo/runtime/proc.c:598

goroutine 18 [runnable]:
kickoff
        ../../../src/libgo/runtime/proc.c:232
created by runtime_createfing
        ../../../src/libgo/runtime/mgc0.c:2577
root@mama:~#

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]