[mythtv] Segfault... still

Chris Liscio mythtv-dev@snowman.net
Tue, 10 Dec 2002 10:49:56 -0500


> The only place in the code which prints that string is here:
>
> ./libs/libmyth/settings.h:71:        cerr << "setValue(" <<
> getName() << "): " << newValue << endl;
>
> where getName() is a trivial accessor.
>
> It is possible that another thread could produce output at this point, but
> eventually the rest of the string would be printed.

Well that strikes me as very strange.  In fact, the output I was getting
was:

setValue(something)
setValue(somethingElse)
...
setValue(

and it never changed after that (until I went into another settings dialog
and it was back to normal again).

*shrug*

I'm close to having my setup working here, so I can comment further on the
bleeding edge CVS version soon...

Cheers,
Chris