Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 20127
Status: resolved
Priority: 0/
Queue: POE

People
Owner: bsmith [...] cpan.org
Requestors: bsmith [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.3101
  • 0.32
  • 0.3201
  • 0.3202
  • 0.33
  • 0.3301
  • 0.34
  • 0.3401
  • 0.35
  • 0.3501
Fixed in: (no value)



Subject: No events or sessions makes GTK loop hang
perl -e'use Gtk; use POE; $poe_kernel->run' hangs. loop_resume_time_watcher sets up a timer in Gtk which checks that the kernel is idle, and so shuts it down; but r1749 breaks this as it means loop_resume_time_watcher isn't called before the kernel runs.