Opened 19 years ago
Closed 19 years ago
#3561 closed defect (invalid)
mythbackend crashed with SIGSEGV in QString::length()
| Reported by: | anonymous | Owned by: | Isaac Richards |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | unknown |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Was watching a show in mythfrontend. unsure if it was recording in the background.
fyi: I'm running DualView--if it makes any difference
ProblemType: Crash Architecture: i386 Date: Sun Apr 1 23:55:01 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/mythbackend Package: mythtv-backend 0.20-svn20070122-0.0ubuntu4 PackageArchitecture: i386 ProcCmdline: /usr/bin/mythbackend ProcCwd: /var/home/steve ProcEnviron:
SHELL=/bin/bash PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin LANG=en_US.UTF-8
Signal: 11 SourcePackage: mythtv StacktraceTop:
QString::length () operator<= () from /usr/lib/libqt-mt.so.3 TVRec::CheckForRecGroupChange () TVRec::StopLiveTV () from /usr/lib/libmythtv-0.20.so.0 ?? ()
Uname: Linux Yggdrasil 2.6.20-13-386 #2 Sun Mar 25 00:18:53 UTC 2007 i686 GNU/Linux UserGroups: mythtv
To avoid have files everywhere the supporting files from apport are available here - https://bugs.launchpad.net/ubuntu/+source/mythtv/+bug/102702

The line number in the backtrace supplied makes no sense. At the time this package was created, line 2499 of tv_rec.cpp was the close brace of a function - so how that relates to crash in QString::length is a mystery.