[python-win32] win32file.CreateHardLink() crashes

Mark Hammond mhammond@skippinet.com.au
Tue, 10 Dec 2002 13:07:07 +1100


This is a (non-obvious) bug in win32all :(  I just checked in a fix.

Mark.

> -----Original Message-----
> From: python-win32-admin@python.org
> [mailto:python-win32-admin@python.org]On Behalf Of Toru Furukawa
> Sent: Tuesday, 10 December 2002 8:55 AM
> To: python-win32@python.org
> Subject: [python-win32] win32file.CreateHardLink() crashes
> 
> 
> I ran the following script, on Windows2000 SP2 + Python2.2.2 + win32-149;
> 
> >>> import win32file
> >>> win32file.CreateHardLink("b", "a")
> 
> "a" is a text file containing single line "foo", and the hardlink "b"
> seems correctly created.  However, I got a window saying;
> 
>   python - Application Error
>     The instruction at "0x00000003" referenced memmory at "0x00000003".
>     The memory could not be "read".
> 
> What did I make wrong?
> 
> Toru
> 
> 
> _______________________________________________
> Python-win32 mailing list
> Python-win32@python.org
> http://mail.python.org/mailman/listinfo/python-win32