Comment 3 for bug 785203

Revision history for this message
Brian Aker (brianaker) wrote : Re: [Bug 785203] Re: Assertion in libgearman/client.cc:1699 in latest trunk

Thanks!

In particular I am wondering if it might be from a combination of do() and add_task() requests.

Cheers,
 -Brian

On May 27, 2011, at 11:03 AM, smo wrote:

> I'll check the latest trunk and I'll try to some sort of call trace for
> you, if it still fails.
>
> --
> You received this bug notification because you are subscribed to
> Gearman.
> https://bugs.launchpad.net/bugs/785203
>
> Title:
> Assertion in libgearman/client.cc:1699 in latest trunk
>
> Status in Gearman Server and Client Libraries:
> Incomplete
>
> Bug description:
> I'm getting this using php-gearman module (both 0.7.0 and 0.8.0)
> compiled against the latest libgearman trunk and gearmand:
>
> libgearman/client.cc:1669: void* _client_do(gearman_client_st*,
> gearman_command_t, const char*, size_t, gearman_unique_t&, const
> void*, size_t, size_t*, gearman_return_t*): Assertion
> `client->task_list' failed.
>
> Gearman 0.20 works fine though. Has there been an API change or is
> this a bug?