Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Crashed when using caffe.managed.dll in c# #158

Open
dhitti opened this issue Jun 2, 2017 · 1 comment
Open

Crashed when using caffe.managed.dll in c# #158

dhitti opened this issue Jun 2, 2017 · 1 comment

Comments

@dhitti
Copy link

dhitti commented Jun 2, 2017

I have built all caffe.sln(CPU_ONLY) successfully and it's ok when using c++.
But the program fails when trying to use caffe.managed.dll in c#.

I have tried test.sln in #43 and got this Debug output:
'Test.exe' (Win32): Loaded 'C:\Test\bin\x64\Release\caffe.managed.dll'. Symbols loaded.
'Test.exe' (Win32): Loaded 'C:\Test\bin\x64\Release\caffe.managed.dll'. Symbols loaded.
'Test.exe' (Win32): Unloaded 'C:\Test\bin\x64\Release\caffe.managed.dll'
'Test.exe' (Win32): Loaded 'C:\Test\bin\x64\Release\caffe.managed.dll'. Symbols loaded.
'Test.exe' (Win32): Unloaded 'C:\Test\bin\x64\Release\caffe.managed.dll'
First-chance exception at 0x000007FEFCEEA06D in Test.exe: Microsoft C++ exception: EEFileLoadException at memory location 0x00000000005FA968.
First-chance exception at 0x0000000076ECC55B (ntdll.dll) in Test.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF.

I have copied all the files from build directory and comfirmed OK by using Dependency Walker.
I am using visual studio 2013, windows 7.
Does anyone have any suggestions?

@tiepnh
Copy link

tiepnh commented Aug 17, 2017

I have same error on Win7. But caffe.managed work well on Win10.
Still don't know how to run it on Win7. Any body know the how to fix?
Thanks,

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

2 participants