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

runtime: unexpected fault address (probably cgo induced) #7451

Closed
gopherbot opened this issue Mar 3, 2014 · 3 comments
Closed

runtime: unexpected fault address (probably cgo induced) #7451

gopherbot opened this issue Mar 3, 2014 · 3 comments
Milestone

Comments

@gopherbot
Copy link
Contributor

by pk@cin.io:

Setup:
(1) Windows (7 Prof) X86-64
(2) Go1.2.1
(3) MinGW at
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/4.8.2/threads-win32/seh/x86_64-4.8.2-release-win32-seh-rt_v3-rev2.7z/download

What steps will reproduce the problem?
1. go get github.com/pkorotkov/wu
2. go build main.go (http://play.golang.org/p/C1yqhGBaZc)

What is the expected output?
Go runtime fatal error (see the attached file)

What do you see instead?
Execution without errors

Attachments:

  1. go_runtime_error.dump (6061 bytes)
@gopherbot
Copy link
Contributor Author

Comment 1 by pk@cin.io:

Sorry, got wrong outputs:
What is the expected output?/What do you see instead? - vice versa, of course.

@rsc
Copy link
Contributor

rsc commented Mar 4, 2014

Comment 2:

Labels changed: added release-go1.3.

Status changed to Accepted.

@rsc
Copy link
Contributor

rsc commented Apr 3, 2014

Comment 3:

The github.com/mattn/go-sqlite3 wrapper has had memory corruption bugs before. It does
not seem to understand the database/sql/driver requirements. Unless there is a
reproduction case that does not involve that code, I don't believe it is worth us
spending time to track it down.

Status changed to Invalid.

@rsc rsc added this to the Go1.3 milestone Apr 14, 2015
@rsc rsc removed the release-go1.3 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants