GNOME Bugzilla – Bug 421515
[Advanced Timeline] Crashed with ValueError in drawRuler()
Last modified: 2007-04-19 10:38:35 UTC
The bug has been opened on https://launchpad.net/bugs/81254 "Binary package hint: pitivi pillo@jump:~$ pitivi --sync /usr/lib/python2.4/site-packages/cairo/__init__.py:1: RuntimeWarning: Python C API version mismatch for module cairo._cairo: This Python has API version 1013, module cairo._cairo has version 1012. from _cairo import * /usr/lib/python2.4/site-packages/gst-0.10/gst/__init__.py:108: RuntimeWarning: Python C API version mismatch for module _gst: This Python has API version 1013, module _gst has version 1012. from _gst import * /usr/lib/python2.4/site-packages/gst-0.10/gst/__init__.py:109: RuntimeWarning: Python C API version mismatch for module interfaces: This Python has API version 1013, module interfaces has version 1012. import interfaces /usr/lib/pitivi/python/pitivi/ui/ruler.py:149: DeprecationWarning: integer argument expected, got float for i in range(self.border, allocation.width, zoomRatio): Traceback (most recent call last):
+ Trace 121162
self.setZoomRatio(ratio)
self.parent.setZoomRatio(zoomratio)
self.zoomChanged()
self.topLayer.rightWidget.zoomChanged()
self.doPixmap()
self.drawRuler(context, allocation)
for i in range(self.border, allocation.width, zoomRatio):
Traceback (most recent call last):
ProblemType: Crash Date: Wed Jan 24 11:16:14 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/pitivi InterpreterPath: /usr/bin/python2.5 Package: pitivi 0.10.1-2 ProcCmdline: python /usr/bin/pitivi --sync ..."
This is not a crash report. There's plenty of assertions (which are fixed in 0.10.2 btw) but nothing about a crash. Please provide a backtrace, or try with 0.10.2
Ping again for reply. This bug report will be closed in 7 days if there's no reply.
The bug is about the assertion and has a backtrace, what other information do you want? I've asked the submitter to try with 0.10.2, no reply though
As I said in my first comment, the assertions have been fixed in 0.10.2, I will then close it. Re-open if he still gets those assertions in 0.10.2.