[mythtv] Mythtv'ic Bug ?

Isaac Richards mythtv-dev@snowman.net
Sat, 14 Dec 2002 15:14:17 -0500


On Sunday 15 December 2002 09:07 am, Christian Morant wrote:
> Hi isaac,
>
> I'm trying the new server / client architecture.
>
> in the server.cpp in the routine :
>
> void MythServer::discardClient(void)
> {
>     QSocket *socket = (QSocket *)sender();
>     emit(endConnect(socket));
>     delete socket;
> }
>
> I get a null socket from :QSocket *socket = (QSocket *)sender();
> so I get a crash.

Weird -- what version of Qt are you using, just for reference?

Isaac