Hi @jnelson522,
Can you tell me how large of a structure odrive is currently monitoring for you? You can see this by right-clicking on the odrive folder and selecting “properties”.
Can you also try sending another diagnostic? The diagnostic attempts to send as soon as you choose to send it. I can take a while, so there isn’t a final confirmation screen.
I’m getting the same exact problem. odrive will crash every few hours. I have to manually restart it. I’m also on win 7 x64. This issue started a few weeks ago though, and I’m now finally getting around to posting it…
Here’s the info supplied when it crashes:
Problem signature:
Problem Event Name: APPCRASH
Application Name: odriveapp.exe
Application Version: 0.0.0.0
Application Timestamp: 514e2c2e
Fault Module Name: ntdll.dll
Fault Module Version: 6.1.7601.23807
Fault Module Timestamp: 5915f8e8
Exception Code: c0000005
Exception Offset: 0002e064
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033
Additional Information 1: 56f5
Additional Information 2: 56f50057683cdbfd654c11c2adb3bbee
Additional Information 3: 11e5
Additional Information 4: 11e55f3ceaa742af752d4088e4931316
Hi @conkersbadfurdayn64,
c0000005 exceptions (memory access violation) with ntdll.dll usually indicate some sort of driver issue/conflict, or some software that acts at a lower-level on the system (firewall, anti-virus, etc).
Do you have any monitoring-type software running, like firewall, anti-virus, anti-malware that could be scanning or interfering?
Did you recently update any drivers or install any new hardware?
@jnelson522,
Are you able to supply similar information for your crash? Is yours also occurring in ntdll.dll?
I’ve had bitdefender running for the longest time, along with odrive. I can’t really recall installing anything of that nature…
I don’t know if something like a Plex server could cause that (though none of my plex media is in an odrive folder). I did just install the Plex server not too long ago. It happened kinda around the time odrive started regularly crashing.
Hi @conkersbadfurdayn64 and @jnelson522,
We can try to dig deeper into the crash. The method is a bit more advanced, but not too bad:
We can create a Windows registry entry to tell Windows that we want some mini-dumps to be generated on application errors like this.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps]
"DumpCount"=dword:00000014
"DumpType"=dword:00000001
If you copy and paste the above into a text file, and name it something like “dump_reg.reg” (the .reg extension is important), you can then double-click on it to create the registry entry. Once enabled, if an application crashes again, it will create a dump file in: C:\Users\<your username here>\AppData\Local\CrashDumps\
If you can perform the steps above and then send over a mini-dump file, I can take a look and see if there is more information we can gather about the cause.
Ntdll.dll is a general Windows system dll, so the implications of crashes usually point to some sort of lower-level system interaction (drivers, memory, monitoring/scanning process). I will be curious to see what the crash reports indicate, and also to see if there are other applications crashing, as well.
@Tony, when Odrive crashed today, here’s the info I found. The windows dialogue notifying that “odriveapp.exe has stopped working” had the following under “Problem signature”:
Problem Event Name: APPCRASH
Application Name: odriveapp.exe
Application Version: 0.0.0.0
Application Timestamp: 514e2c2e
Fault Module Name: ntdll.dll
Fault Module Version: 6.1.7601.18247
Fault Module Timestamp: 521ea91c
Exception Code: c0000005
Exception Offset: 00052ca9
OS Version: 6.1.7601.2.1.0.768.3
Locale ID: 1033
Additional Information 1: 56f5
Additional Information 2: 56f50057683cdbfd654c11c2adb3bbee
Additional Information 3: 11e5
Additional Information 4: 11e55f3ceaa742af752d4088e4931316
I do have a dump log - how can I send you a *dmp file?
This user was seeing the same thing and disabling bitdefender stopped the crashes. He was going to try to exclude odrive and its directories, but I didn’t hear back.
conkersbadfurdayn64 also uninstalled bitdefender and the problem went away. Can you give it a shot?
I have reached out to bitdefender to see if there is anything that can be done for this.
I am reluctant to uninstall Bitdefender and leave my computer vulnerable. I looked at the Bitdefender log and found no events referring to odrive (the only events listed did not correspond with times when odrive crashed). The only way I see to add an exclusion to Bitdefender (free edition) is by referring to a logged event: since odrive does not appear in that log, I can’t add the exclusion.
Have you heard anything from Bitdefender about this (potential) conflict?
Just to confirm, excluding the odrive folders and executables from both the regular AV and the advanced threat scanning in Bitdefender worked.
I believe what the cause is will turn out to be the way that Bitdefender copies archive files from Program Files to the user directory, expands and runs odriveapp.exe from there. That is similar to the way a lot of malware works.
@Tony, I am running the free version of Bitdefender. The instructions in the link you sent probably apply to the purchased version; the options described aren’t available to me.