Launchpad has imported 11 comments from the remote bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=1589890.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2019-10-19T20:29:40+00:00 Hpfeil wrote:

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:69.0) Gecko/20100101
Firefox/69.0

Steps to reproduce:

Version: 68.1.2 (64-bit) Linux
Open Thunderbird, read, respond, write new messages.


Actual results:

Depending on the session activity, lots of files left in /tmp. Typical files:
nscopy.tmp
nsemail-1.eml
nsemail-2.eml
nsemail.eml
nsemail.html
nsmail.tmp

These files are owner read/write only. If left alone, more such files
accumulate during each Thunderbird session. Not a priority, just
somewhat sloppy, like a memory leak.


Expected results:

Those files should have been deleted upon each session close.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1853007/comments/0

------------------------------------------------------------------------
On 2019-10-20T19:45:16+00:00 Jorg K wrote:

Hmm, interesting. I played with temporary files in bug 1568896 comment
#8 on Windows. They all got cleaned up when TB closed. That's not the
case on Linux?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1853007/comments/1

------------------------------------------------------------------------
On 2019-10-20T20:34:53+00:00 Hpfeil wrote:

No, Jorg, not on Linux. Before I suggested that it might be a bug, I planned to 
write a script around Thunderbird to "rm /tmp/ns*" upon exit.  This morning I 
found these.  nsemail-0,1,2,3 were from yesterday, the rest today.
nscopy-1.tmp
nscopy-2.tmp
nscopy-3.tmp
nscopy-4.tmp
nscopy.tmp
nsemail-1.eml
nsemail-2.eml
nsemail-3.eml
nsemail-4.eml
nsemail-5.eml
nsemail-6.eml
nsemail-7.eml
nsemail-8.eml
nsemail.eml
nsmail-1.tmp
nsmail-2.tmp
nsmail-3.tmp
nsmail.tmp

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1853007/comments/2

------------------------------------------------------------------------
On 2019-10-20T20:36:28+00:00 Hpfeil wrote:

(In reply to Henry Pfeil from comment #2)
> No, Jorg, not on Linux. Before I suggested that it might be a bug, I planned 
> to write a script around Thunderbird to "rm /tmp/ns*" upon exit.  This 
> morning I found these.  nsemail-0,1,2,3 were from last night, after I cleared 
> /tmp, the rest today.
> nscopy-1.tmp
> nscopy-2.tmp
> nscopy-3.tmp
> nscopy-4.tmp
> nscopy.tmp
> nsemail-1.eml
> nsemail-2.eml
> nsemail-3.eml
> nsemail-4.eml
> nsemail-5.eml
> nsemail-6.eml
> nsemail-7.eml
> nsemail-8.eml
> nsemail.eml
> nsmail-1.tmp
> nsmail-2.tmp
> nsmail-3.tmp
> nsmail.tmp

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1853007/comments/3

------------------------------------------------------------------------
On 2019-10-20T21:08:17+00:00 Hpfeil wrote:

Sorry about the double, I thought I was editing the message so you'd know the 
files were all created after I had deleted the ones in the original post. 
The four nsmail*.tmp files are all copies of the same jpg image that I sent in 
one message as a lone attachment. In examining the other files, I noticed that 
I need to change my habit of replying to a recent message, then changing the 
subject and deleting the old content to create a new message, suffering from 
congenital indolence as I oftentimes do. I found huge reference lists of 
previous threads in the header. I was under the impression that a new Subject 
meant a new message. Apparently you can change the subject in any reply and it 
remains a reply to the previous message. Perhaps it is that habit that leaves 
behind the /tmp files? 
The nscopy files are all the same message in text and html format with the 
attached image in mime format.
I cleared ns*, opened t-bird, sent myself a test message, then closed t-bird. 
These four are all from that message, in both txt and html format.
nscopy.tmp
nsemail.eml
nsemail.html
nsmail.tmp

I download the latest tarball, extract the Thunderbird folder, then move
it to /usr/lib64. Would installing via a package manager change the
result?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1853007/comments/4

------------------------------------------------------------------------
On 2019-10-23T06:24:59+00:00 Vseerror wrote:

(In reply to Jorg K (GMT+2) from comment #1)
> temporary files ...  all got cleaned up when TB closed. 

Me too, under controlled shutdown in Windows.  However my %tmp% also has
a couple hundred files over a period of a few months so there must be
circumstances where cleanup doesn't happen.

Anyway, among the open bugs we have https://mzl.la/2MGutmu  and the last
bug fixed was perhaps Bug 235432 - Mailnews/Thunderbird leaves unused
nsqmail.tmp (nsqmail-*.tmp, nsemail.eml) files in temporary folder (TEMP
or /tmp) after quit

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1853007/comments/5

------------------------------------------------------------------------
On 2019-10-23T08:51:45+00:00 Jorg K wrote:

OK, I spontaneously checked C:\Users\jorgk\AppData\Local\Temp and found four 
left-over temp files :-(
nsemail.eml with versions -1 and -2 and a nsmail.eml. The former three only 
contained headers, the latter one contained a message attachment, so message 
which I had sent out as an attachment. So yes, there must be some hole 
somewhere.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1853007/comments/6

------------------------------------------------------------------------
On 2019-10-28T12:19:45+00:00 Mkmelin+mozilla wrote:

Yeah I see the nsmail tmp files too. I also thought we put those in a
per-user subdir of tmp at some point, or was that only for opened
attachments?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1853007/comments/7

------------------------------------------------------------------------
On 2019-11-04T13:21:35+00:00 Vseerror wrote:

(In reply to Magnus Melin [:mkmelin] from comment #7)
> Yeah I see the nsmail tmp files too. I also thought we put those in a 
> per-user subdir of tmp at some point, or was that only for opened attachments?

A number of issues have been fixed over the years: https://mzl.la/34uiBKd
And some not: https://mzl.la/2Nc90lr

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1853007/comments/8

------------------------------------------------------------------------
On 2019-11-18T20:16:21+00:00 Vseerror wrote:

bug 58979 suggests the use of a subdir.

One open bug is Bug 368380 - lots of temp files left around

In the intervening years, the following have been fixed (Plus some tmp bugs not 
related to sending mail - compact, etc)
Bug 235432 TB13 - Mailnews/Thunderbird leaves unused nsqmail.tmp 
(nsqmail-*.tmp, nsemail.eml) files in temporary folder (TEMP or /tmp) after quit
Bug 299655 TB15 - /tmp files left behind, some world-readable

These bugs have comments from some users that their issue was not fixed.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1853007/comments/18

------------------------------------------------------------------------
On 2019-11-18T20:16:33+00:00 Vseerror wrote:

*** Bug 1597294 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1853007/comments/20


** Changed in: thunderbird
       Status: Unknown => New

** Changed in: thunderbird
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1853007

Title:
  nsemail and nscopy files left in /tmp

Status in Mozilla Thunderbird:
  New
Status in thunderbird package in Ubuntu:
  Triaged

Bug description:
  thunderbird leaves nsemail and nscopy files in /tmp:

  # ls -l /tmp/ns*
  -rw------- 1 alistair alistair   5522 Nov 18 08:42 /tmp/nscopy-1.tmp
  -rw------- 1 alistair alistair   8883 Nov 18 08:43 /tmp/nscopy-2.tmp
  -rw------- 1 alistair alistair   8311 Nov 18 08:49 /tmp/nscopy-3.tmp
  -rw------- 1 alistair alistair   3455 Nov 18 08:38 /tmp/nscopy.tmp
  -rw------- 1 alistair alistair  25790 Nov 15 09:26 /tmp/nsemail-10.eml
  -rw------- 1 alistair alistair   5840 Nov 15 09:28 /tmp/nsemail-11.eml
  -rw------- 1 alistair alistair  25442 Nov 15 09:29 /tmp/nsemail-12.eml
  -rw------- 1 alistair alistair   2838 Nov 15 09:29 /tmp/nsemail-13.eml
  -rw------- 1 alistair alistair   8556 Nov 15 10:10 /tmp/nsemail-14.eml
  -rw------- 1 alistair alistair   1659 Nov 15 10:32 /tmp/nsemail-15.eml
  -rw------- 1 alistair alistair   3240 Nov 15 10:47 /tmp/nsemail-16.eml
  -rw------- 1 alistair alistair   3260 Nov 15 10:57 /tmp/nsemail-17.eml
  -rw------- 1 alistair alistair 107975 Nov 15 13:43 /tmp/nsemail-18.eml
  -rw------- 1 alistair alistair   4878 Nov 15 13:44 /tmp/nsemail-19.eml
  -rw------- 1 alistair alistair  21150 Nov 13 08:43 /tmp/nsemail-1.eml
  -rw------- 1 alistair alistair   2974 Nov 18 08:41 /tmp/nsemail-1.html
  -rw------- 1 alistair alistair   6328 Nov 15 13:45 /tmp/nsemail-20.eml
  -rw------- 1 alistair alistair 134689 Nov 15 13:49 /tmp/nsemail-21.eml
  -rw------- 1 alistair alistair   2733 Nov 15 17:15 /tmp/nsemail-22.eml
  -rw------- 1 alistair alistair  53857 Nov 16 09:23 /tmp/nsemail-23.eml
  -rw------- 1 alistair alistair  89392 Nov 16 09:39 /tmp/nsemail-24.eml
  -rw------- 1 alistair alistair  80120 Nov 17 10:52 /tmp/nsemail-25.eml
  -rw------- 1 alistair alistair   6361 Nov 17 18:45 /tmp/nsemail-26.eml
  -rw------- 1 alistair alistair   3455 Nov 18 08:38 /tmp/nsemail-27.eml
  -rw------- 1 alistair alistair   5522 Nov 18 08:41 /tmp/nsemail-28.eml
  -rw------- 1 alistair alistair   8883 Nov 18 08:43 /tmp/nsemail-29.eml
  -rw------- 1 alistair alistair  29937 Nov 13 09:37 /tmp/nsemail-2.eml
  -rw------- 1 alistair alistair   5057 Nov 18 08:43 /tmp/nsemail-2.html
  -rw------- 1 alistair alistair   8311 Nov 18 08:49 /tmp/nsemail-30.eml
  -rw------- 1 alistair alistair   2015 Nov 13 09:40 /tmp/nsemail-3.eml
  -rw------- 1 alistair alistair   4949 Nov 18 08:49 /tmp/nsemail-3.html
  -rw------- 1 alistair alistair 183446 Nov 14 08:48 /tmp/nsemail-4.eml
  -rw------- 1 alistair alistair  59817 Nov 15 08:41 /tmp/nsemail-5.eml
  -rw------- 1 alistair alistair   9751 Nov 15 08:47 /tmp/nsemail-6.eml
  -rw------- 1 alistair alistair   2967 Nov 15 08:49 /tmp/nsemail-7.eml
  -rw------- 1 alistair alistair   2983 Nov 15 08:54 /tmp/nsemail-8.eml
  -rw------- 1 alistair alistair  19780 Nov 15 09:14 /tmp/nsemail-9.eml
  -rw------- 1 alistair alistair  27900 Nov 13 08:34 /tmp/nsemail.eml
  -rw------- 1 alistair alistair   1317 Nov 18 08:38 /tmp/nsemail.html
  -rw------- 1 alistair alistair   1115 Nov 18 08:41 /tmp/nsmail-1.tmp
  -rw------- 1 alistair alistair   2424 Nov 18 08:43 /tmp/nsmail-2.tmp
  -rw------- 1 alistair alistair   2000 Nov 18 08:49 /tmp/nsmail-3.tmp
  -rw------- 1 alistair alistair    967 Nov 18 08:38 /tmp/nsmail.tmp

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: thunderbird 1:68.1.2+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
  Uname: Linux 5.3.0-19-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/controlC0:  alistair   2211 F.... pulseaudio
  BuildID: 20191010144232
  Channel: Unavailable
  Date: Mon Nov 18 08:50:15 2019
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
   dns-search integrics.com
  InstallationDate: Installed on 2017-08-16 (823 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  IpRoute:
   default via 1.0.0.1 dev wlp58s0 proto dhcp metric 600 
   1.0.0.0/21 dev wlp58s0 proto kernel scope link src 1.0.1.146 metric 600 
   169.254.0.0/16 dev wlp58s0 scope link metric 1000
  NoProfiles: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  UpgradeStatus: Upgraded to eoan on 2019-10-04 (44 days ago)
  dmi.bios.date: 08/30/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1WET56W (1.35 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20HFCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1WET56W(1.35):bd08/30/2019:svnLENOVO:pn20HFCTO1WW:pvrThinkPadT470s:rvnLENOVO:rn20HFCTO1WW:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T470s
  dmi.product.name: 20HFCTO1WW
  dmi.product.sku: LENOVO_MT_20HF_BU_Think_FM_ThinkPad T470s
  dmi.product.version: ThinkPad T470s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/1853007/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to