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: N5boost12interprocess22interprocess_exceptionE #1797

Closed
Sladien opened this issue Sep 7, 2012 · 10 comments
Closed

EXCEPTION: N5boost12interprocess22interprocess_exceptionE #1797

Sladien opened this issue Sep 7, 2012 · 10 comments

Comments

@Sladien
Copy link

Sladien commented Sep 7, 2012

Windows 7 Pro SP1 64Bit
4 GB Ram
Intel Core 2 Quad Q6600 2.4 Ghz

On a new installation of Bitcoin 0.6.3

Initial and subsequent launches of bitcoin-qt.exe result in the following message at the splashscreen:

"A fatal error occured. Bitcoin can no longer continue safely and will quit.

EXCEPTION: N5boost12interprocess22interprocess_exceptionE

Access is denied.

D:\Program FIles (x86)\Bitcoin\bitcoin-qt.exe in Runaway exception"

Clicking Okay closes the window.

I uninstalled/ reinstalled in a new location. Same result.

@laanwj
Copy link
Member

laanwj commented Sep 7, 2012

sigh it's an boost:interprocess issue again. Looks like a permission
issue for the shared memory.

Boost:ipc is only used for URL handling, so errors like this should not
terminate the application. I'll investigate this.

Can you try the 0.7.0rc just in case?

@Diapolo
Copy link

Diapolo commented Sep 7, 2012

@laanwj I'm sure URI-handling is not active on Windows with 0.6.3, so I'm surprised then...

@Sladien
Copy link
Author

Sladien commented Sep 7, 2012

I'm new here, I can't find where to get the 0.7.0rc. Thanks.

@Diapolo
Copy link

Diapolo commented Sep 7, 2012

@Sladien
Copy link
Author

Sladien commented Sep 7, 2012

Installed 0.7.0rc and it executes without error, currently synchronizing with network.

@Diapolo
Copy link

Diapolo commented Sep 7, 2012

Sounds good :), I'm still not sure what would cause that boost exception with 0.6.3 though...

@luke-jr
Copy link
Member

luke-jr commented Sep 7, 2012

IIRC, 0.6.x used boost::interprocess for everything

@laanwj
Copy link
Member

laanwj commented Sep 7, 2012

I'm surprised that 0.7.x fixed this. But it could indeed be due to 0.6.x using boost::interprocess in places it should not. Closing this issue.

@laanwj laanwj closed this as completed Sep 7, 2012
@ghost
Copy link

ghost commented Aug 28, 2014

👍

@laanwj
Copy link
Member

laanwj commented Aug 28, 2014

That usually happens if ~/.bitcoin is not accessible.

@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants