Ticket #251 (new defect)

Opened 3 years ago

Last modified 3 years ago

hydranode.exe - Application Error under win2k3

Reported by: Enig123 Assigned to: Madcat
Priority: high Milestone: 0.3
Component: hydraengine Version: svn-snapshot
Severity: major Keywords:
Cc:

Description

The crash happened after ed2k file finished while type 'vc -u' command in the telnet. hn runs with ed2k hnsh and cgcomm modules.

The popup error message windows reads:

[code] hydranode.exe - Application Error The exception unknown software exception (0xc0000008) occurred in the application at location 0x77fa3ee1 /code

The cause of the crash might be 'vc -u' command was trying to access information of memory that has already been released (destructed when finish downloading ed2k file).

Change History

03/30/06 09:10:13 changed by Enig123

These weird crashes may caused by cgcomm module which is under heavy development. Not happened again after cgcomm module not been loaded.

04/01/06 02:04:13 changed by Enig123

Now I'm sure it's a crash bug, but have no idea what causes it. The crash appear even without cgcomm module loaded. Might be another 'ghost' bug?

04/01/06 02:28:10 changed by Enig123

I wonder if buffer overflow of telnet interface operation might be one possible cause of the crash.

04/03/06 08:16:52 changed by Enig123

  • priority changed from normal to high.
  • severity changed from normal to major.

The crash appeared after a ed2k file downloading finished, when type 'vc -u' command in the telnet window. When restarting hn, it will hash the newly downloaded file. So I guess it might be more likely originate from the metadb changes you made before.