Ticket #3459 defect closed worksforme

Opened 5 years ago

Last modified 5 years ago

Server crash with epoll

Reported by: TaranStudio Owned by: TaranStudio
Priority: normal Milestone:
Component: core Keywords:
Cc: exarkun Branch:
Author: Launchpad Bug:

Description

After connecting 500 clients server works normally for 10-30 minutes. Then it crashs. It looks like server breaks all connections with clients and doesn't make new connectons any more. Listening port is still alive but client recieves only FIN-packet from server.

We may possibly have an error in our code. Everything was made according to manuals. We use: Ubuntu Linux 8.04; python2.4; twisted 8.1 and twisted 2.5.

Attachments

epoll_server.py Download (4.8 KB) - added by TaranStudio 5 years ago.
Our server

Change History

Changed 5 years ago by TaranStudio

Our server

1

Changed 5 years ago by exarkun

  • owner changed from exarkun to TaranStudio
  • cc exarkun added
  • type changed from enhancement to defect
  • milestone regular-releases deleted

The server attached isn't runnable in any interesting way (that is, I can run it, but it doesn't do anything). I also don't know what a client for this server should do. So, could you do two things:

  1. attach a file that, when run, actually runs the server and accepts client connections until the error is produced
  2. attach a file which acts as a (or several) client, connects to the server, and causes the error to be produced

2

Changed 5 years ago by exarkun

  • summary changed from Server crash with epool to Server crash with epoll

3

Changed 5 years ago by glyph

  • status changed from new to closed
  • resolution set to worksforme

Without the information that exarkun has asked for, there's nothing we can do about this bug. I am closing it for the time being.

However, please feel free to re-open it when you have provided the requested information. I would much rather fix it, if it is a real issue - but, since the problem may actually be with your code, or with your system's configuration, and not with Twisted, I'd rather not have this ticket remain open if there's nothing that we can do about it.

4

Changed 5 years ago by exarkun

  • status changed from closed to reopened
  • resolution worksforme deleted

I think we can wait longer than 8 hours to wait for a response from the original poster before closing the ticket.

5

Changed 5 years ago by exarkun

  • status changed from reopened to closed
  • resolution set to worksforme

Alright, two weeks later and no response from the reporter. Please see Glyph's previous comment.

Note: See TracTickets for help on using tickets.