[6670] in SIPB bug reports
Re: error exmh 2.0.1 12/23/97
daemon@ATHENA.MIT.EDU (Jacob Morzinski)
Wed Jan 21 21:40:54 1998
To: Sarah J Dash <dasher@MIT.EDU>
Cc: bug-sipb@MIT.EDU
In-Reply-To: Your message of "Wed, 21 Jan 1998 16:20:51 -0500."
<199801212120.QAA01360@marseille.mit.edu>
Date: Wed, 21 Jan 1998 21:40:45 EST
From: "Jacob Morzinski" <jmorzins@MIT.EDU>
Thank you for your exmh bug report.
From the error messages, I suspect that you started two copies of
exmh at once. This causes race conditions in the code, which can
lead to errors like the one you got.
I'll look into the code, but you can avoid the error by only
running one copy of exmh at a time.
Sincerely,
--
Jacob Morzinski jmorzins@mit.edu
On Wed, 21 Jan 1998, Sarah J Dash <dasher@MIT.EDU> wrote:
>This message apperaared, I'm nt sure what the problem was
>
[...]
>/bin/mv: /afs/athena.mit.edu/user/d/a/dasher/.exmh_addrs: No such file or directory
> while executing
>"exec mv -f $old $new < /dev/null"
> ("eval" body line 1)
> invoked from within
>"eval exec mv $mh_mv_flag {$old $new} < /dev/null"
> invoked from within
>"if {$tk_version >= 4.2} {
> file rename -force $old $new
> } else {
> eval exec mv $mh_mv_flag {$old $new} < /dev/null
> }"
> (procedure "Mh_Rename" line 3)
> invoked from within
>"Mh_Rename $homeDir/$addrFile $homeDir/$addrFile.bak"
> invoked from within
>"if [file exists $homeDir/$addrFile] {
> Mh_Rename $homeDir/$addrFile $homeDir/$addrFile.bak
> }"