#1095 closed bug (WorksForMe)
Incorrect torrent creation
Reported by: | XChesser | Owned by: | andar |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Core | Version: | 1.2.0_rc4 |
Keywords: | Cc: |
Description
Deluge creates torrent files incorrectly in case of piece size of 1/2/4 MB. For example, torrent file for 8 GB release turns out about 40 MB (at 2 MB size). After creating torrent Deluge often crashes.
Change History (3)
comment:1 by , 15 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
In my case I get huge torrent file every time I use large piece size. Console output: python: xcb_lock.c:33: _XCBUnlockDisplay: Проверочное утверждение `xcb_get_request_sent(dpy->xcb->connection) == dpy->request' не выполнено. libxcb: WARNING! Program tries to lock an already locked connection,
which indicates a programming error. There will be no further warnings about this issue.
python: xcb_lock.c:77: _XGetXCBBuffer: Проверочное утверждение `((int) ((xcb_req) - (dpy->request)) >= 0)' не выполнено. Multiple segmentation faults occurred; can't display error dialog
After that deluge crashes.
I just tried this with a 8gb folder and it came out as expected using 4mb piece size.