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

Mythtv mythtv at meric.id.au
Fri Aug 27 06:56:14 UTC 2010


> -----Original Message-----
> From: mythtv-commits-bounces at mythtv.org [mailto:mythtv-commits-
> bounces at mythtv.org] On Behalf Of mythtv at cvs.mythtv.org
> Sent: Friday, 27 August 2010 1:24 AM
> To: mythtv-commits at mythtv.org
> Subject: [mythtv-commits] mythtv commit: r25869 by robertm
> 
>       Author: robertm
>         Date: 2010-08-26 15:24:24 +0000 (Thu, 26 Aug 2010)
> New Revision: 25869
>    Changeset: http://svn.mythtv.org/trac/changeset/25869
> 
> Log:
> 
> Windows Port:  More build script fixes from Richard on the dev list.
> This should take care of the sole remaining script error (though there
> is still a tiny bit of manual interaction required to get Myth itself
> to compile).
> 

Compile it does, run it doesn't.  This is what I get if I start
mythfrontend.exe in gdb:
(gdb) start
Breakpoint 1 at 0x408be9: file main.cpp, line 1064.
Starting program: c:\mythtv\build\bin/mythfrontend.exe
[New thread 1816.0xb54]

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.
(gdb)

Looks like it is crashing out before even getting to main().  Any
pointers anyone?

Richard.


More information about the mythtv-dev mailing list