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

Exception when running tests #59

Closed
bbigras- opened this issue Nov 18, 2014 · 2 comments
Closed

Exception when running tests #59

bbigras- opened this issue Nov 18, 2014 · 2 comments

Comments

@bbigras-
Copy link

go version go1.4rc1 windows/amd64

  1. run go test
  2. Select the Foreign Events tab
  3. Click the Open button
  4. Close the file dialog

As soon as I close the file dialog I get this exception :

d:\Dev\go\gopath\src\github.com\andlabs\ui>go test
Exception 0xc0000005 0x8 0xc328c48348 0xc328c48348
PC=0xc328c48348


goroutine 17 [syscall, locked to thread]:
runtime.goexit()
        c:/go/src/runtime/asm_amd64.s:2232 +0x1

goroutine 5 [chan receive]:
github.com/andlabs/ui.func┬À024()
        d:/dev/go/gopath/src/github.com/andlabs/ui/zz_test.go:310 +0x10d
created by github.com/andlabs/ui.init┬À1
        d:/dev/go/gopath/src/github.com/andlabs/ui/zz_test.go:311 +0x35

goroutine 6 [chan receive]:
github.com/andlabs/ui.uiissueloop()
        d:/dev/go/gopath/src/github.com/andlabs/ui/uitask.go:59 +0x5a
created by github.com/andlabs/ui.Go
        d:/dev/go/gopath/src/github.com/andlabs/ui/uitask.go:21 +0x74
rax     0x43b110
rbx     0xc328c48348
rcx     0x0
rdx     0x461f40
rdi     0xc082071dd8
rsi     0x22fc30
rbp     0x0
rsp     0xc082071d88
r8      0xc082071df0
r9      0x6ecda0
r10     0x0
r11     0x246
r12     0x0
r13     0x800d
r14     0x0
r15     0xb065a
rip     0xc328c48348
rflags  0xc300010246
cs      0x33
fs      0x53
gs      0x2b
exit status 2
FAIL    github.com/andlabs/ui   23.362s
@andlabs
Copy link
Owner

andlabs commented Nov 18, 2014

Known issue; likely stack corruption due to the new moving stacks thing. (This is also partially why no other dialogs have been added yet.)

@andlabs
Copy link
Owner

andlabs commented Jun 6, 2016

No longer relevant to the current version of package ui.

@andlabs andlabs closed this as completed Jun 6, 2016
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