No need to test the patch, it does not fix the issue. I can reproduce it now thanks to a torrent that a user sent me. The crash occurs when displaying the main properties panel (especially pieces downloaded/availability bars) for big torrents (e.g. 8GB crashes here).
This causes a crash in Qt when trying to allocate a pixmap with 1px width per piece (35762 pieces in my torrent). I will try to find a solution soon (probably scale down the information before creating the pixmap). On Thu, Dec 31, 2009 at 4:09 PM, Chris <ch...@qbittorrent.org> wrote: > Could anybody try this patch and tell me if it fixes the issue (I cannot > reproduce myself but I may have found a possible cause for this)? > > > On Thu, Dec 31, 2009 at 3:49 PM, Chris <ch...@qbittorrent.org> wrote: > >> The backtrace looks the same as in : >> https://bugs.launchpad.net/debian/+source/qbittorrent/+bug/501058 >> >> >> On Thu, Dec 31, 2009 at 3:27 PM, Chris <ch...@qbittorrent.org> wrote: >> >>> It may also be useful the install libqt4-dbg (and get another backtrace) >>> since the error seems to be in Qt4 (when drawing the pieces downloaded bar >>> in the main properties panel). >>> >>> Best regards, >>> Chris. >>> >>> >>> On Thu, Dec 31, 2009 at 3:21 PM, Chris <ch...@qbittorrent.org> wrote: >>> >>>> I may have an idea. Does it still crash when the lower properties panel >>>> is hidden? Click on the button corresponding to the currently displayed tab >>>> to hide it. >>>> When hidden, qBittorrent no longer refreshes the panel information and >>>> the bug might be in that code. >>>> >>> >>> >> >