[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2011-08-10 Thread Bug Watch Updater
** Changed in: freetype (Debian) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/277294 Title: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF To

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2010-05-08 Thread Alex Valavanis
Intrepid Ibex reached end-of-life on 30 April 2010 so I am closing the report. The bug has been fixed in newer releases of Ubuntu. ** Changed in: freetype (Ubuntu Intrepid) Status: New = Invalid -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-08-17 Thread rordiales
Synaptic has not option to upgrade Freetype in Ubuntu. Where can I download the Fix for Evidence / Freetype Bug? -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF https://bugs.launchpad.net/bugs/277294 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-04-19 Thread Daniel Silverstone
** Also affects: freetype (Ubuntu Intrepid) Importance: Undecided Status: New -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF https://bugs.launchpad.net/bugs/277294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-04-19 Thread silviu
I confirm... it crashes on my PC also and I use Ubuntu 8.10 desktop. What can I say ? Until the bug is fixed tray to use Adobe Reader 8 ..:) with this one is ok ! --- On Sun, 4/19/09, Daniel Silverstone dsilv...@digital-scurf.org wrote: From: Daniel Silverstone dsilv...@digital-scurf.org

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-03-30 Thread Philipp Kern
Could you please fix it for intrepid, too? -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF https://bugs.launchpad.net/bugs/277294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-03-16 Thread DSHR
The bug is fixed for me in jaunty. Thanks a lot! -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF https://bugs.launchpad.net/bugs/277294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-03-14 Thread Launchpad Bug Tracker
This bug was fixed in the package freetype - 2.3.9-3 --- freetype (2.3.9-3) unstable; urgency=low * Drop spurious Suggests: on libfreetype6-dev. Closes: #363937. * debian/patches-freetype/enable-subpixel-rendering.patch: enable subpixel rendering features, used by libcairo

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-03-13 Thread Steve Langasek
** Changed in: freetype (Ubuntu) Status: Confirmed = In Progress -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF https://bugs.launchpad.net/bugs/277294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-03-09 Thread Bug Watch Updater
** Changed in: freetype (Debian) Status: Unknown = Confirmed -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF https://bugs.launchpad.net/bugs/277294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-03-05 Thread Sebastien Bacher
** Bug watch added: Debian Bug tracker #494350 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494350 ** Also affects: freetype (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494350 Importance: Unknown Status: Unknown -- evince crashed with SIGFPE, trying to seek

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-03-05 Thread Sebastien Bacher
cff.c has the issue when building -O1 or -O2 but not -O0 -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF https://bugs.launchpad.net/bugs/277294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-03-05 Thread Sebastien Bacher
cffparse.c l359: if ( fraction_length 0 ) { if ( ( number / power_tens[fraction_length] ) 0x7FFFL ) adding a printf there shows that it enter the loop with fraction_length == 0 apparently when using -O1 -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-03-05 Thread Sebastien Bacher
ignore the previous comment that was an error, when crashing fraction_length == 10 and power_tens[fraction_length]==0 -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF https://bugs.launchpad.net/bugs/277294 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-03-05 Thread Sebastien Bacher
the issue seems to be a freetype one, fraction_length == 10 when it crashes or the power_tens has only 10 items to power_tens[10] is out of scope when adding some printf in the code: printf(%li\n, power_tens[10]); -O0 - 174681125 -O1 - 0 the gcc behaviour change but that's still a code error

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-03-05 Thread Steve Langasek
** Changed in: freetype (Ubuntu) Assignee: (unassigned) = Steve Langasek (vorlon) -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF https://bugs.launchpad.net/bugs/277294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-02-11 Thread GiuseppeVerde
I also see a floating point exception whenever I just open this file: http://scitation.aip.org/getabs/servlet/GetabsServlet?prog=normalid=PRBMDO760404130101idtype=cvipsgifs=yes Acroread opens it just fine, though. -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

Re: [Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-02-11 Thread htmldevelo...@gmail.com
Yes, I reproduced it as well.except that now this is a FC10, 64bit - when I load in the KXTGA930.PDF. (gdb) bt #0 0x00378682e36f in ?? () from /usr/lib64/libfreetype.so.6 #1 0x00378682e4c0 in ?? () from /usr/lib64/libfreetype.so.6 #2 0x00378682e73b in ?? () from

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-01-19 Thread Sebastien Bacher
** This bug has been marked a duplicate of bug 263352 evince crashed with SIGFPE ** This bug is no longer a duplicate of bug 263352 evince crashed with SIGFPE ** Changed in: freetype (Ubuntu) Importance: Medium = High -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-01-19 Thread Matthias Klose
if it is a miscompilation, the miscompiled file needs to be determined. if a freetype compiled with -O0 works, but not with -O2, build the library with half of the files built with -O0, the other half with -O2, and so on ... If you know the miscompiled file, add the -f options which are turned on

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-01-15 Thread Sebastien Bacher
https://bugs.freedesktop.org/show_bug.cgi?id=17045 indicates that's a freetype or gcc issue ** Changed in: freetype (Ubuntu) Sourcepackagename: evince = freetype Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned) -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2009-01-15 Thread Sebastien Bacher
The issue has been discussed on http://lists.gnu.org/archive/html /freetype-devel/2008-08/msg00023.html -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF https://bugs.launchpad.net/bugs/277294 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2008-12-18 Thread Sebastien Bacher
the crash is likely a poppler or cairo issue -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF https://bugs.launchpad.net/bugs/277294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2008-12-15 Thread trjonescp
I get the same error. Running Ubuntu 8.10 with all latest updates. evince: Installed: 2.24.1-0ubuntu1 Candidate: 2.24.1-0ubuntu1 Version table: *** 2.24.1-0ubuntu1 0 500 http://us.archive.ubuntu.com intrepid/main Packages 100 /var/lib/dpkg/status Backtrace attached **

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2008-12-15 Thread trjonescp
Here is the pdf that produces the crash ** Attachment added: Example of a PDF that produces this crash behavior http://launchpadlibrarian.net/20459190/tm30104.pdf -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF https://bugs.launchpad.net/bugs/277294 You received this bug

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2008-12-04 Thread none
I get the same floating point exception when opening this document: http://www.focus-campus.de/download.html?f=FC_0849.pdf Here's the backtrace with evince and libpoppler symbols installed. Let me know if you need more information. ** Attachment added: gdb session with backtrace

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2008-11-26 Thread Pedro Villavicencio
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2008-10-27 Thread Sebastien Bacher
you just need the intrepid sources, updates etc are not available while the distribution is not stable -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF https://bugs.launchpad.net/bugs/277294 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2008-10-03 Thread Pedro Villavicencio
Thanks for your bug report. Please try to obtain a backtrace http://wiki.ubuntu.com/DebuggingProgramCrash and attach the file to the bug report. This will greatly help us in tracking down your problem. ** Summary changed: - [Regression] evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

Re: [Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2008-10-03 Thread Garrett Derner
Pedro, How do I obtain a backtrace in Intrepid? The page http://wiki.ubuntu.com/DebuggingProgramCrash does not mention Intrepid. Nevertheless, I tried using: deb http://ddebs.ubuntu.com intrepid main universe deb http://ddebs.ubuntu.com intrepid-updates main universe deb

[Bug 277294] Re: evince crashed with SIGFPE, trying to seek in KXTGA930.PDF

2008-10-03 Thread Garrett Derner
This may be the same as 267324 ( https://bugs.launchpad.net/ubuntu/+source/evince/+bug/267324 ) supposed to be fixed upstream in libpoppler. Garrett -- evince crashed with SIGFPE, trying to seek in KXTGA930.PDF https://bugs.launchpad.net/bugs/277294 You received this bug notification because you