[mythtv-users] Untraceable error message from Mythfilldatabase

Michael T. Dean mtdean at thirdcontact.com
Mon May 5 18:51:09 UTC 2008


On 05/05/2008 02:09 PM, R. G. Newbury wrote:
> Problem partly identified....but not solved, only worked around.
>
> Ok this appears to be a regression between SVN17225 and at least 17240.
> ...
> The code difference seems to revolve around changes to the effect of the 
> chunks diff'ed below. The removed bit worked...the error is reported in 
> the bit that is added...(obviously more involved than just these).
>   

> # diff /keep/usb17225/mythtv/libs/libmythtv/datadirect.cpp 
> /keep/usb17258/mythtv/libs/libmythtv/datadirect.cpp
>
> 569,575d568
> < QString DataDirectProcessor::CreateTempDirectory(void)
> < {
> <     if (tmpDir == "/tmp")
> <         tmpDir = createTempFile("/tmp/mythtv_ddp_XXXXXX", true);
> <     return Q3DeepCopy<QString>(tmpDir);
> < }
> ........
>
> 1164a1174,1181
>  >     bool ok;
>  >     QString postFilename = GetPostFilename(ok);
>  >     if (!ok)
>  >     {
>  >         VERBOSE(VB_IMPORTANT, LOC_ERR + "GrabData: Creating temp post 
> file");
>  >         return false;
>  >     }
>  >

Oh, you never said you were running (the 
not-yet-ready-for-production-use) trunk branch.  Anyway, that's some 
security fixes in [17226] for #5186.

Remember, people, SVN != trunk.  0.21-fixes is /also/ in SVN.

Mike


More information about the mythtv-users mailing list