found 576416 1.6.1.1-1.1
thanks

Hi Frank,

On Sun, Apr 4, 2010 at 13:36, Frank Dean <frank-li...@smartpixie.com> wrote:
> Package: gip
> Version: 1.6.1.1-1.1.1
> Severity: normal
> Tags: patch
>
>
> On some installations/instances, Gip fails to display any results.
> E.g. on the 'IPv4 Address Analyzer' page all the output values, such
> as address range, are blank.

I am unable to reproduce this (on i386 and amd64). Could you be more
specific on how to replay this scenario?

> Looks like the lock_events variable is not initialised at startup.

As I see it, and correct me if I'm wrong, signals are locked and
unlocked (setting the lock_events variable) using *.unlock_signals
functions, e.g. :
-------------8<--------------------------------8<-------------
void Dispatcher::on_ipv4_analyzer_ip_changed(unsigned long ip,
                                             unsigned long mask)
{
#ifdef _DEBUG_
  printf("Dispatcher::on_ipv4_analyzer_ip_changed(): Called.\n");
#endif
  mainwindow->lock_signals();
  unsigned long broadcast = 0;
  ipv4_get_broadcast(ip, mask, &broadcast);
  mainwindow->ipv4_analyzer.set_output_range(ip & mask, broadcast);
  mainwindow->ipv4_analyzer.set_output_network(ip & mask);
  (...)
  mainwindow->ipv4_analyzer.set_output_hex_broadcast(broadcast);
  mainwindow->unlock_signals();
}
-------------8<--------------------------------8<-------------

Thank you for taking the time to report this!

Cheers,
 Ignace M



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to