[mythtv] [mythtv-commits] mythtv commit: r25869 by robertm

Mythtv mythtv at meric.id.au
Sat Aug 28 00:25:46 UTC 2010


> -----Original Message-----
> From: Mythtv
> Sent: Saturday, 28 August 2010 8:16 AM
> To: 'Development of MythTV'
> Subject: RE: [mythtv] [mythtv-commits] mythtv commit: r25869 by robertm
> 
> > Can you run gdb per the manual?  See the wiki page on Debugging:
> 
> Yeah - done that.  It doesn't tell you any more than I've already
> provided:
> Fri 27/08/2010
> 04:35 PM
> Starting program: c:\mythtv\build\bin/mythfrontend.exe -l mythtv-
> frontend.log -d -v all
> [New thread 664.0x73c]
> 
> Program received signal SIGSEGV, Segmentation fault.
> 
> Program received signal SIGSEGV, Segmentation fault.
> 
> Program received signal SIGSEGV, Segmentation fault.
> 
> Program exited with code 0200.
> You can't do that without a process to debug.
> No registers.
> 
> Regarding the bintools version - I appear to be running 2.19.1.  I'll
> rebuild the Mingw environment and see if that helps.
> For reference, I'm building on Windows 2003R2...  not sure if that's a
> problem either.

Ok, binutils 2.20 seems to have helped... I'm now getting this:

Sat 28/08/2010 
10:21 AM
Starting program:  -l mythtv-frontend.log -d -v all 
No executable specified, use `target exec'.
No registers.
Starting program: c:\mythtv\build\bin/mythfrontend.exe -l mythtv-frontend.log -d -v all 
[New thread 512.0x338]
[New thread 512.0xa84]
gdb: unknown target exception 0xc0000142 at 0x7c84a598

Program received signal ?, Unknown signal.
0x7c84a598 in ntdll!RtlIpv6AddressToStringExA () from C:\WINDOWS\system32\ntdll.dll

Thread 2 (thread 512.0xa84):
#0  0x7c82860c in ntdll!LdrAlternateResourcesEnabled () from C:\WINDOWS\system32\ntdll.dll
No symbol table info available.
#1  0x7c826f69 in ntdll!ZwDelayExecution () from C:\WINDOWS\system32\ntdll.dll
No symbol table info available.
#2  0x7c813b90 in wcstoul () from C:\WINDOWS\system32\ntdll.dll
No symbol table info available.
#3  0x7c8284e5 in ntdll!LdrDisableThreadCalloutsForDll () from C:\WINDOWS\system32\ntdll.dll
No symbol table info available.

Thread 1 (thread 512.0x338):
#0  0x7c84a598 in ntdll!RtlIpv6AddressToStringExA () from C:\WINDOWS\system32\ntdll.dll
No symbol table info available.
#1  0x7c8284e5 in ntdll!LdrDisableThreadCalloutsForDll () from C:\WINDOWS\system32\ntdll.dll
No symbol table info available.

I'm going to have a closer look at the build script to see why it didn't update binutils correctly, and ensure there isn't other components which are wrong.


More information about the mythtv-dev mailing list