Comment 6 for bug 905468

Revision history for this message
Gerry (gsker) wrote :

Interesting. I still think it's likely the file is getting created and then deleted, but now I have no evidence of that.

2 things:

1. Could you attach the entire debug file to this bug?
2. You could make sure the temp file is getting created? Here are the steps I used:

sudo aptitude install inotify-tools

In one terminal window do this:
while inotifywait -e create /tmp
do
done

Then in another terminal window run
pine -d9

and open an attachement (with v-v)

The first terminal window should spit out the file creation event
Mine looks like this:

gsker@veeta:/tmp> while inotifywait -e create /tmp/
do
done
Setting up watches.
Watches established.
/tmp/ CREATE .806.b959f
Setting up watches.
Watches established.
/tmp/ CREATE img-MSWORD-78337.doc
Setting up watches.
Watches established.
/tmp/ CREATE OSL_PIPE_500_SingleOfficeIPC_5939f244e699d216fa941a4dd38f371
Setting up watches.
Watches established.
/tmp/ CREATE .~lock.img-MSWORD-78337.doc#
Setting up watches.
Watches established.

press Ctrl-C to or close the terminal when you are done.