client-abort

Bug #379198 reported by Eric Day
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Gearman
Fix Released
Undecided
Eric Day

Bug Description

The following causes an abort in the C library. This is not correct usage (should exit on error instead of blindly trying again), but it should also not cause an abort. State needs to be checked/cleaned up on error.

$client= new GearmanClient();
$client->addServer();
$result= $client->do("reverse", "Hello!");
# Start job server while sleeping.
sleep(5);
$result= $client->do("reverse", "Hello!");

Related branches

Eric Day (eday)
Changed in gearmand:
assignee: nobody → Eric Day (eday)
milestone: none → 0.7
status: New → Confirmed
Eric Day (eday)
Changed in gearmand:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.