[Bug 2109911] Re: mythtv.getRecordings() doesn't work with MythTV 35 / Python 3.13

2025-05-28 Thread Paul Harrison
** Changed in: mythtv (Ubuntu) Status: New => 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/2109911 Title: mythtv.getRecordings() doesn't work with MythTV 35 / Python 3.13 To ma

[Bug 2067092] Re: Links within mail do not open the browser

2024-06-03 Thread Paul Harrison
I'm also seeing this problem with links not working and removing the handlers.json also fixed it for me. This was my handers.json if it's useful. { "defaultHandlersVersion":{ }, "mimeTypes":{ "application/pdf":{ "action":3, "handlers":[ {

[Bug 1926030] Re: IR Remote Keys Repeat Many Times Starting with Kernel 5.8.0-49

2021-04-25 Thread Paul Harrison
This bug has been discussed on the MythTV mailing list and the problem commit has been found. https://lists.archive.carbon60.com/mythtv/users/636833 In summary the bad commit is this one:- media: rc: fix timeout handling after switch to microsecond durations BugLink: https://bugs.launchpad.net/b

[Bug 1877504] Re: libmysqlclient21 use of /usr/share/mysql collides with mariadb-server-core-10.3's use of the same directory

2020-07-29 Thread Paul Harrison
The crash affecting MythTV is fixed by this patch * debian/patches/charset_file_crash.patch: don't crash on malformed charset files in mysys/charset.cc (LP: #1884809) from this bug https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1884809 I think the other issues with Mysql and Mar

[Bug 1877504] Re: new version of libmysqlclient21 8.0.20-0ubuntu0.20.04.1 causes mythtv-set, mythbackend and mythfrontend to segfault on exit.

2020-05-19 Thread Paul Harrison
Sorry I don't have an Oracle login to report the bug upstream and don't want one. Hopefully someone else can report it to them. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1877504 Title: n

[Bug 1877504] Re: new version of libmysqlclient21 8.0.20-0ubuntu0.20.04.1 causes mythtv-set, mythbackend and mythfrontend to segfault on exit.

2020-05-15 Thread Paul Harrison
I've done a little more debugging. Hopefully this output from a gdb session helps. The segfault occurs here because in this case cs->coll is NULL https://github.com/mysql/mysql-server/blob/8.0/mysys/charset.cc#L925 I don't know where the latin2_general_nopad_ci character set is coming from since

[Bug 1877504] Re: new version of libmysqlclient21 8.0.20-0ubuntu0.20.04.1 causes mythtv-set, mythbackend and mythfrontend to segfault on exit.

2020-05-14 Thread Paul Harrison
Attached a bt full of the crash ** Attachment added: "bt_full.txt" https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1877504/+attachment/5371665/+files/bt_full.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. htt

[Bug 1877504] Re: new version of libmysqlclient21 8.0.20-0ubuntu0.20.04.1 causes mythtv-set, mythbackend and mythfrontend to segfault on exit.

2020-05-14 Thread Paul Harrison
Attached is a new reproducer that just uses the libmysqlclient directly without using Qt. It's based on an example from a zetcode tutorial. I used this to compile it :- gcc mysql_test.c -o mysql_test -I/usr/include `mysql_config --cflags --libs` The interesting thing is if you comment out both

[Bug 1877504] Re: new version of libmysqlclient21 8.0.20-0ubuntu0.20.04.1 causes mythtv-set, mythbackend and mythfrontend to segfault on exit.

2020-05-13 Thread Paul Harrison
My tests were done with a remote server running mariadb-server-10.1 running on a default Ubuntu 18.04.4 LTS server. The client side was running on Ubuntu 19.10 but others have also reported problems on 20.04 LTS. As Kim has said downgrading to libmysqlclient21 back to 8.0.17 does fix the problem.

[Bug 1877504] Re: new version of libmysqlclient21 8.0.20-0ubuntu0.20.04.1 causes mythtv-set, mythbackend and mythfrontend to segfault on exit.

2020-05-13 Thread Paul Harrison
Sample run under gdb with backtrace showing the crash with the test app. ** Attachment added: "backtrace.txt" https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1877504/+attachment/5370903/+files/backtrace.txt -- You received this bug notification because you are a member of Ubuntu Bug

[Bug 1877504] Re: new version of libmysqlclient21 8.0.20-0ubuntu0.20.04.1 causes mythtv-set, mythbackend and mythfrontend to segfault on exit.

2020-05-13 Thread Paul Harrison
This simple test application may be easier for you to reproduce this bug. You will have to change the host,user name,password and database name to valid options for you but once you do that the test app will crash every time it exits. ** Attachment added: "Simple test app using QT to reproduce th

[Bug 1877183] Re: segfault in mysql_server_end() from libmysqlclient.so.21

2020-05-12 Thread Paul Harrison
This bug also affects MythTV. I can also reproduce this using the test app. You obviously need to point it to a valid server and database for the bug to trigger. I'll attach a slightly modified version of the test app that allows you to change the DB credentials to a valid host, user, password and

[Bug 1877183] Re: segfault in mysql_server_end() from libmysqlclient.so.21

2020-05-12 Thread Paul Harrison
Slightly modified test app ** Attachment added: "main.cpp" https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1877183/+attachment/5370356/+files/main.cpp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 874718] Re: Ubuntu classic broken after upgrade to Ubuntu 11.10

2012-01-06 Thread Paul Harrison
Ah, it was some time ago, I have forgotten. Sorry, I will attempt to be more helpful if I submit bug reports in future. ** Changed in: ubuntu Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

[Bug 874718] [NEW] Ubuntu classic broken after upgrade to Ubuntu 10.11

2011-10-14 Thread Paul Harrison
Public bug reported: Had to install a package just to get the option of logging in as Ubuntu Classic. Switching user, selecting ubuntu classic did not work. No way to log out, had to reboot, was then able to log in in Ubuntu Classic mode. Desktop layout forgotten and menus lack icons. Configuratio

[Bug 774793] Re: Main menu replaced by unnavigatable, non-standard interface

2011-05-02 Thread Paul Harrison
Ah, thanks. I would never have figured that out if you hadn't told me. You're right, it's not a bug, it's a systemic failure. Anyway, thanks for listening to my whining. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 774793] Re: Main menu replaced by unnavigatable, non-standard interface

2011-05-02 Thread Paul Harrison
No, I can't. Printscreen button does not work when the retarded menu system is active. So let me try to describe it. I press the orange blobby thing in the top left corner, and it manages to display 3.5 x 2 icons. I'm particularly impressed by the 3.5, it harkens back to those nostalgic days when w

[Bug 774793] Re: Main menu replaced by unnavigatable, non-standard interface

2011-05-01 Thread Paul Harrison
Makes me feel physically ill. Cramped. Confined. Helpless. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/774793 Title: Main menu replaced by unnavigatable, non-standard interface -- ubuntu-bugs ma

[Bug 774793] [NEW] Main menu replaced by unnavigatable, non-standard interface

2011-05-01 Thread Paul Harrison
Public bug reported: Binary package hint: unity Upgraded to Ubuntu 11.04 (says in /etc/issue, not sure if there's an about box any more). Main menu missing. Some sort of search application in its place. Huge font displays few results at a time. Confusing, non- standard interface. No obvious way t

[Bug 104757] Re: [apport] Xorg crashed with SIGSEGV

2007-05-18 Thread Paul Harrison
Good idea. I'll pull out my trusty time machine from the closet and get right on that. Hopefully I don't need a new flux capacitor. In all seriousness, I think I'm going to delete my LP account as I'm not seeing any good coming out of the processes here. Seems completely pointless submitting bugs,

Re: [Bug 22336] Re: CPU overheats during high usage "throttling "

2007-04-17 Thread Paul Harrison
stop underclock if temperature rises > to > much and come closer to critical temp, until temps comes down... but it > doesnt. > Thats the thing i think > > 2007/4/17, Paul Harrison <[EMAIL PROTECTED]>: > > > > I think some people are barking up the wrong tree

[Bug 22336] Re: CPU overheats during high usage "throttling "

2007-04-17 Thread Paul Harrison
I think some people are barking up the wrong tree with this one. There is a problem with the CPU overheating, but it has little or nothing to do with throttling, as the complaints are about the CPU overheating when CPU usage is *supposed* to be high (ie compiling applications, etc) Throttling is a

[Bug 104884] Re: NTP not installed by default: user confusion guaranteed

2007-04-09 Thread Paul Harrison
Concerns the default install, so I'm assuming ubuntu-desktop is the correct package...? ** Changed in: ubuntu-meta (Ubuntu) Sourcepackagename: None => ubuntu-meta -- NTP not installed by default: user confusion guaranteed https://bugs.launchpad.net/bugs/104884 You received this bug notification

[Bug 104884] NTP not installed by default: user confusion guaranteed

2007-04-09 Thread Paul Harrison
Public bug reported: In the 7.04 beta, the "Date/Time" dialog provides a drop down allowing the user to synchronize with Internet servers rather than set the time manually. Only the NTP services, which are required for the feature to operate, are not installed by default. The user is then presente

[Bug 104757] Re: [apport] Xorg crashed with SIGSEGV

2007-04-09 Thread Paul Harrison
One other thing I should mention, this is using fglrx. Not sure if that's visible in the logs or not. -- [apport] Xorg crashed with SIGSEGV https://bugs.launchpad.net/bugs/104757 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 104757] Re: [apport] Xorg crashed with SIGSEGV

2007-04-09 Thread Paul Harrison
** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/7222521/CoreDump.gz ** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/7222522/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://librarian.launchpad.net/7222523/ProcMaps.txt ** Attachment ad

[Bug 104757] [apport] Xorg crashed with SIGSEGV

2007-04-09 Thread Paul Harrison
Public bug reported: Had just started playing music with Totem when the crash occurred. May be related to Totem's visual effects? ProblemType: Crash Architecture: i386 Date: Mon Apr 9 07:25:27 2007 Disassembly: 0x66f000f5 <[EMAIL PROTECTED]>: DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/X