Opened 13 years ago

Last modified 13 years ago

#3419 new bug

QGIS hangs on WMS layer without network

Reported by: marisn Owned by: jef
Priority: major: does not work as expected Milestone: Version 1.7.0
Component: WMS Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: Gentoo
Platform Version: Awaiting user input: no

Description

Steps to reproduce:

  • Add a WMS layer;
  • Disconnect network;
  • Zoom/Pan map canvas.

QGIS get's stuck. It's impossible to cancel redraw - only kill QGIS.

QGIS r15051M Qt 4.7.1

strace is spilling nonstop:

poll([{fd=3, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=7, events=POLLIN}, {fd=10, events=POLLIN}], 5, 0) = 0 (Timeout)
read(7, 0x1a06374, 4096)                = -1 EAGAIN (Resource temporarily unavailable)
read(7, 0x1a06374, 4096)                = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=7, events=POLLIN}, {fd=10, events=POLLIN}], 5, 0) = 0 (Timeout)
read(7, 0x1a06374, 4096)                = -1 EAGAIN (Resource temporarily unavailable)
read(7, 0x1a06374, 4096)                = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, events=POLLIN}, {fd=7, events=POLLIN}, {fd=10, events=POLLIN}], 5, 0) = 0 (Timeout)
read(7, 0x1a06374, 4096)                = -1 EAGAIN (Resource temporarily unavailable)
read(7, 0x1a06374, 4096)                = -1 EAGAIN (Resource temporarily unavailable)

Change History (1)

comment:1 by mhugent, 13 years ago

Owner: changed from mhugent to jef
Note: See TracTickets for help on using tickets.