Opened 14 years ago Closed 14 years ago #50 closed defect (fixed)Encoder crash when CUsize as 32
Description
As part of TE12, we are testing CUSize=32, MaxPartitionDepth =3. However, the encoder crashes at frame no. 218 for BasketballDrive 1080p at low delay high efficiency case. Attachments (4)Change History (14)Changed 14 years ago by anonymouscomment:1 Changed 14 years ago by fbossenChanged 14 years ago by anonymouscomment:2 Changed 14 years ago by yyu@…
Log file at attachment. Changed 14 years ago by anonymousChanged 14 years ago by anonymouscomment:3 Changed 14 years ago by yyu@…
We found another crash after frame no. 132 for BasketballDrive 1080p at Randomaccess high efficiency case. comment:4 Changed 14 years ago by Heiner Kirchhoffer
I could not reproduce the encoder crash at frame no. 218 (using a 64 bit binary). Seems NOT to be a bug. comment:5 Changed 14 years ago by fbossen
I have been able to replicate the crash for the random access case on a Win32 system (compiled in Release mode). Debugging info is as follows:
The issue is the dereferencing of the imgY_tmp1 pointer.
comment:6 Changed 14 years ago by yyu@…
We change QuadtreeTULog2MaxSize from 6 to 5 when MaxCUsize as 32. This time, the encoder did not crash, but terminate at same place for BasketballDrive 1080p at low delay high efficiency case. The executable is built with 32 bits compiler. comment:7 Changed 14 years ago by fbossen
Fixed in r184 comment:8 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:9 Changed 13 years ago by davidf
comment:10 Changed 13 years ago by davidf
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Is any log/trace file available?