[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2012-05-30 Thread Ubuntu Foundation's Bug Bot
** Changed in: morituri (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/morituri/+bug/735053/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-05-29 Thread Stian Jordet
Yup, I can confirm that it's now fixed, with -bad reinstalled.

Thank you very much for fixing this issue!

My system is set to run in Norwegian, output below.

Thanks again!

Regards,
Stian

stianj@chevrolet:~$ set | grep LANG
LANG=nb_NO.UTF-8
LANGUAGE=nb_NO:nb:no_NO:no:nn_NO:nn:en
LANG=C LC_MESSAGES=C svn info --non-interactive 2 /dev/null | while read 
line; do
stianj@chevrolet:~$

stianj@chevrolet:~$ set | grep LC
MAILCHECK=60
for i in $(LC_ALL=C $prog --help);
for i in $(LC_ALL=C $prog --usage);
local LC_CTYPE=C;
__grubcomp $(LC_ALL=C $prog --help | awk 
-F : '/available formats/ { print $2 }' | sed 's/, / 
/g');
__grubcomp $(LC_ALL=C $prog --help | awk 
-F [()] '/--target=/ { print $2 }' | sed 's/|/ /g');
LANG=C LC_MESSAGES=C svn info --non-interactive 2 /dev/null | while read 
line; do
stianj@chevrolet:~$

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-05-27 Thread Thomas Vander Stichele
Thanks for those logs!

The problem was that when the plugin was still in -bad, it was called
audioparsersbad.

Current trunk should probably remove it.  If you could reinstall -bad
and try again, that would be excellent.

About the errors I saw in trial, some of them seem related to special
characters.  What language do you run your system in ? Can you paste
output of set | grep LANG and set | grep LC ?

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-05-25 Thread Stian Jordet
Thanks! But this didn't seem to help. Or, it helped in a way, since I no
longer get a stack trace, just an error message: rip: error: Could not
create encoded file.

I'll attach debug output with both GST_DEBUG=*:4 RIP_DEBUG=5 and
RIP_DEBUG=5 in case it matters...

Thanks.

** Attachment added: Log with RIP_DEBUG=5
   
https://bugs.launchpad.net/ubuntu/+source/morituri/+bug/735053/+attachment/2141953/+files/rip.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-05-25 Thread Stian Jordet
** Attachment added: Gzip-compressed log with GST_DEBUG=*:4 RIP_DEBUG=5
   
https://bugs.launchpad.net/ubuntu/+source/morituri/+bug/735053/+attachment/2141954/+files/rip2.log.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-05-25 Thread Thomas Vander Stichele
Ok, I added a hack to remove audioparsers under certain conditions, and
this might not be done right for you.

Can you show me output of gst-inspect flacparse ? My guess is that yours
is in -bad, not in -good, and I should remove it for your case as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-05-25 Thread Thomas Vander Stichele
And feel free to test trunk, if I was right then that last commit should
do the trick.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-05-25 Thread Stian Jordet
Well, you were correct about the assumption that my flacparse is in bad
(see below). But your fix didn't seem to make any difference... I have
double-checked that I'm running with latest SVN (and I see the
changeset)...

Regards,
Stian


stianj@chevrolet:~$ gst-inspect-0.10 flacparse
Factory Details:
  Long name:FLAC audio parser
  Class:Codec/Parser/Audio
  Description:  Parses audio with the FLAC lossless audio codec
  Author(s):Sebastian Dröge sebastian.dro...@collabora.co.uk
  Rank: primary + 1 (257)

Plugin Details:
  Name: audioparsersbad
  Description:  audioparsers
  Filename: /usr/lib/gstreamer-0.10/libgstaudioparsersbad.so
  Version:  0.10.21
  License:  LGPL
  Source module:gst-plugins-bad
  Source release date:  2011-01-21
  Binary package:   GStreamer Bad Plugins (Ubuntu)
  Origin URL:   
https://launchpad.net/distros/ubuntu/+source/gst-plugins-bad0.10

GObject
 +GstObject
   +GstElement
 +GstAudioBaseParseBad
   +GstFlacParse

Pad Templates:
  SRC template: 'src'
Availability: Always
Capabilities:
  audio/x-flac
 framed: true
   channels: [ 1, 8 ]
   rate: [ 1, 655350 ]

  SINK template: 'sink'
Availability: Always
Capabilities:
  audio/x-flac
 framed: false


Element Flags:
  no flags set

Element Implementation:
  Has change_state() function: gst_base_parse_change_state
  Has custom save_thyself() function: gst_element_save_thyself
  Has custom restore_thyself() function: gst_element_restore_thyself

Element has no clocking capabilities.
Indexing capabilities:
  element can do indexing
Element has no URI handling capabilities.

Pads:
  SRC: 'src'
Implementation:
  Has custom eventfunc(): gst_base_parse_src_event
  Has custom queryfunc(): gst_base_parse_query
Provides query types:
(1):position (Current position)
(2):duration (Total duration)
(9):formats (Supported formats for conversion)
(6):seeking (Seeking capabilities and parameters)
(8):convert (Converting between formats)
  Has custom iterintlinkfunc(): gst_pad_iterate_internal_links_default
  Has getcapsfunc(): gst_pad_get_fixed_caps_func
  Has acceptcapsfunc(): gst_pad_acceptcaps_default
Pad Template: 'src'
  SINK: 'sink'
Implementation:
  Has chainfunc(): gst_base_parse_chain
  Has custom eventfunc(): gst_base_parse_sink_event
  Has custom queryfunc(): gst_pad_query_default
  Has custom iterintlinkfunc(): gst_pad_iterate_internal_links_default
  Has setcapsfunc(): gst_base_parse_sink_setcaps
  Has acceptcapsfunc(): gst_pad_acceptcaps_default
Pad Template: 'sink'

Element Properties:
  name: The name of the object
flags: lesbar, skrivbar
String. Default: null Current: flacparse0
  check-frame-checksums: Check the overall checksums of every frame
flags: lesbar, skrivbar
Boolean. Default: false Current: false
stianj@chevrolet:~$

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-05-25 Thread Thomas Vander Stichele
Thanks for your patience and sorry this is proving to be such a problem.

Can you update and get me a log this time, so I can see if it actually
removes audioparsers from the registry (which works around the bug I
think you run into) ?

Could you also run 'trial morituri' from an svn checkout and show me
which tests are failing, if any ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-05-25 Thread Stian Jordet
Hi!

No need to excuse, I've used Linux for 11 years, and know how busy
developers are :)

I will attach three files, trial.txt with results from the trial
morituri. Lots of fun there, I guess... Then there is rip.log which is
with RIP_DEBUG=5 and rip2.log.gz which is GST_DEBUG=*:4 RIP_DEBUG=5.

BUT, I did uninstall gstreamer0.10-plugins-bad, and now it works :D I
don't seem to be needing the plugins from bad, so for me it is kind of
solved. I'm not sure how it got installed, since it's priority:
optional.

Thanks for great software!

-Stian

** Attachment added: rip.log
   
https://bugs.launchpad.net/ubuntu/+source/morituri/+bug/735053/+attachment/2142826/+files/rip.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-05-25 Thread Stian Jordet
** Attachment added: rip2.log.gz
   
https://bugs.launchpad.net/ubuntu/+source/morituri/+bug/735053/+attachment/2142827/+files/rip2.log.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-05-25 Thread Stian Jordet
** Attachment added: trial.log
   
https://bugs.launchpad.net/ubuntu/+source/morituri/+bug/735053/+attachment/2142828/+files/trial.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-05-24 Thread Thomas Vander Stichele
Ok, I think I have this fixed now, works for me on Fedora 15.

Can you update to trunk and try again ?

I'm doing a prerelease today and hopefully a real release tomorrow or
asap.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-05-16 Thread Stian Jordet
Well, it seems I'm the only one using morituri on Ubuntu 11.04 64 bit. I
just tested with 32 bit ubuntu, and it works ok there...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-03-17 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-03-15 Thread Stian Jordet
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-03-15 Thread Thomas Vander Stichele
Can you run again with RIP_DEBUG=5 and capture output ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-03-15 Thread Stian Jordet
Hi!

Thanks for your reply. Attached is output from RIP_DEBUG=5. Hope this
helps :)

Regards,
Stian

** Attachment added: Log with RIP_DEBUG=5
   
https://bugs.launchpad.net/ubuntu/+source/morituri/+bug/735053/+attachment/1910682/+files/rip.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-03-15 Thread Thomas Vander Stichele
I commited some extra debug code and some general GStreamer error
raising that should tell us more.

Are you able to check out from svn and run the svn version ?

 Can you re-run with RIP_DEBUG=5 ?

Additionally, can you create a second log with RIP_DEBUG=5 GST_DEBUG=*:4
?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-03-15 Thread Stian Jordet
Hi!

Attached is output from svn version with RIP_DEBUG=5.

** Attachment added: Log from latest SVN with RIP_DEBUG=5
   
https://bugs.launchpad.net/ubuntu/+source/morituri/+bug/735053/+attachment/1911164/+files/rip.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 735053] Re: rip crashed with TaskException in run(): (QueryError('query failed', ), 'exception QueryError at morituri/common/checksum.py:93: start(): query failed')

2011-03-15 Thread Stian Jordet
I had to compress this file because of size. This is output with
GST_DEBUG=*:4 RIP_DEBUG=5.

Thanks!

Regards,
Stian

** Attachment added: Log from latest SVN with GST_DEBUG=*:4 RIP_DEBUG=5
   
https://bugs.launchpad.net/ubuntu/+source/morituri/+bug/735053/+attachment/1911225/+files/rip2.log.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/735053

Title:
  rip crashed with TaskException in run(): (QueryError('query failed',),
  'exception QueryError at morituri/common/checksum.py:93: start():
  query failed')

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs