Opened 14 months ago
Closed 13 months ago
#1734 closed defect (needinfo)
server fails when starting via proxy with no stderr error
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | critical | Milestone: | 2.3 |
Component: | server | Version: | 2.2.x |
Keywords: | Cc: |
Description (last modified by )
Reported on IRC with Fedora 26:
Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/xpra/scripts/main.py", line 175, in main return run_mode(script_file, err, options, args, mode, defaults) File "/usr/lib64/python2.7/site-packages/xpra/scripts/main.py", line 1494, in run_mode return run_server(error_cb, options, mode, script_file, args, current_display) File "/usr/lib64/python2.7/site-packages/xpra/scripts/server.py", line 583, in run_server + (" %s\n" % log_filename0)) IOError: [Errno 32] Broken pipe
I don't understand:
- why it can't write to stderr at that point
- why I'm not able to reproduce it
Change History (3)
comment:1 Changed 14 months ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 14 months ago by
comment:3 Changed 13 months ago by
Resolution: | → needinfo |
---|---|
Status: | assigned → closed |
would need steps to reproduce
Note: See
TracTickets for help on using
tickets.
@shimm: does r17882 help?