Bug 153221 - application halts when using remote (url provided) background images defined by CSS file
Summary: application halts when using remote (url provided) background images defined ...
Status: RESOLVED FIXED
Alias: None
Product: quanta
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR crash
Target Milestone: ---
Assignee: András Manţia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-01 16:55 UTC by Itay Greenspon
Modified: 2008-02-13 10:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Itay Greenspon 2007-12-01 16:55:33 UTC
Version:           Quanta: 3.5.8 (using KDE KDE 3.5.8)
Installed from:    Gentoo Packages
Compiler:          gcc version 4.2.2 (Gentoo 4.2.2 p1.0) Configured with: /var/tmp/portage/sys-devel/gcc-4.2.2/work/gcc-4.2.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.2.2 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.2.2 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.2.2/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.2.2/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-libunwind-exceptions --disable-multilib --enable-libmudflap --disable-libssp --disable-libgcj --with-arch=i686 --enable-languages=c,c++ --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
OS:                Linux

While trying to edit an existing CSS file with only the following entry:

#result.ajax-loading {
    background: url(http://84.110.216.46/images/spinner.gif) no-repeat center;
}

the application halts immediately after clicking OK (where normally the editor would start).
the url in question is valid and works.

when using a local copy of the image, i.e.:

#result.ajax-loading {
    background: url(images/spinner.gif) no-repeat center;
}

the application behaves correctly.

I've considered the possibility that Quanta might be trying to fetch the URL and that it takes it a while to complete,
however, the mentioned file is 1569 bytes long and Quanta doesn't "revive" after a reasonable wait period (2 minutes).
Comment 1 András Manţia 2008-02-13 10:47:29 UTC
SVN commit 774441 by amantia:

Fix deadlock in CSS editor when the propery contains ":" .

BUG: 153221

 M  +4 -2      ChangeLog  
 M  +1 -1      components/csseditor/csseditor.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=774441