Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Thunderbird has over 3000 open file descripters

  • 2 trả lời
  • 0 gặp vấn đề này
  • 19 lượt xem
  • Trả lời mới nhất được viết bởi russell.g.almond

more options

I'm not sure if Thunderbird is my problem or not, but I'm getting problems where gnome-shell will not open new windows because there are too many files open. So I'm trying to count the files I have open with each process, and I'm noticing that Thunderbird has 3400 files open.

(I'm measuring this using `lsof -p <PID> | wc -l`, so the ouput of lsof has 3400 lines.)

I'm confused as to why so many open files; is something not getting closed after it is read?

I'm running Thunderbird 91.11.0 on Pop_OS 22.04

I'm not sure if Thunderbird is my problem or not, but I'm getting problems where gnome-shell will not open new windows because there are too many files open. So I'm trying to count the files I have open with each process, and I'm noticing that Thunderbird has 3400 files open. (I'm measuring this using `lsof -p <PID> | wc -l`, so the ouput of lsof has 3400 lines.) I'm confused as to why so many open files; is something not getting closed after it is read? I'm running Thunderbird 91.11.0 on Pop_OS 22.04

Tất cả các câu trả lời (2)

more options

I rebooted my machine, and rechecked for open file descriptors.

With thunderbird simply running minimized, there are initially 631 open files. After just a few minutes there are 681.

As I'm typing this message, it has dropped down to 619.

Not sure how it is growing so large.

more options

One more data point to add to the confusion. The number of open files has jumped up to 3468. This was after the OWL extension ran to fetch mail from the exchange server. Maybe the leak is there.