herzi / splitshow

Automatically exported from code.google.com/p/splitshow
0 stars 0 forks source link

"Assertion failed" on a large PDF #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a large PDF file

What is the expected output? What do you see instead?
Expected output is Splitshow, show nothing instead

What version of the product are you using? On what operating system?
0.9.1 on MacOSX 10.6

Please provide any additional information below.
system.log shows:

[0x0-0x2a52a5].com.googlecode.splitshow[5372]   Assertion failed: (nbNotes >= 0), 
function +[SSDocument parseNAVFileFromStr:slides1:slides2:], file 
/Users/ctourner/SplitShow/src/SSDocument.m, line 386.

Original issue reported on code.google.com by bruno.st...@gmail.com on 7 Jul 2010 at 12:44

GoogleCodeExporter commented 9 years ago
I've hit the same assertion. After some triage I've found that Beamer option 
"allowframebreaks" leads to this issue regardless of the size of the PDF. 
Removing this options and manual frame split solves issue for me.

Original comment by martynov...@gmail.com on 19 Nov 2013 at 7:49