Bug#532479: iceweasel: weird font corruption caused by scrolling (missing lines)

2009-12-23 Thread Stefan Lüthje

Hi,

Sorry for the late answer.

On Wed, Jun 10, 2009 at 07:40:00AM +0200, Vincent Lefevre wrote:

On 2009-06-09 08:42:35 -0700, Vincent Lefevre wrote:

Bug 272296 has reappeared on my new machine: when scrolling,
I sometimes get missing lines.

Well, it is not the same bug. With bug 272296, the rendering could be
fixed by scrolling again.

Here the line is still missing after scrolling.


On Tue, Jul 14, 2009 at 12:04:03PM +0200, Stefan Lüthje wrote:

Hi all,

this seems to be a problem on AMD64 systems. Same here.


This does look like a possible bug in cairo or something down the stack.
Does it still happen with newer versions ?

Cheers,

Mike


Hi all,

at the moment I've installed iceweasel 3.5.4-1. I don't have that 
problem anymore.


Regards

Stefan



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



Bug#532479: Problem on AMD64

2009-07-14 Thread Stefan Lüthje

Hi all,

this seems to be a problem on AMD64 systems. Same here.

Regards

   Stefan




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



Bug#527848: Workaround

2009-07-03 Thread Stefan Lüthje
Hi all,

I've added a line to the scripts. That should help:

sub read_cache {
my $file= shift;
my $config  = shift;
my $globals = {};

%{$config} = ();
## read the cache file ignoring anything on the command-line.
if (-e $file) {
  my %saved = %opt;
  %opt   = ();
  $saved_cache = _read_config($config, $globals, "##\\s*$program-$version\\s*", 
$file);
  %opt   = %saved;

  foreach my $h (keys %cache) {
  if (exists $config{$h}) {
foreach (qw(atime mtime wtime ip status)) {
$config{$h}{$_} = $cache{$h}{$_} if exists $cache{$h}{$_};
# New line:
$config{$h}{$_} = $saved{$_} if exists $saved{$_};
}
  }
  }
}
}



Regards

   Stefan





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



Bug#317423: Juk crashes at startup

2005-08-05 Thread Stefan Lüthje
Hello,

the workaround works,

thanks

Stefan Lüthje

Adeodato Simó sagte:
>   If you have libtunepimp2 0.3.0-4 installed, please downgrade it to
>   0.3.0-3 available from:
>
> http://packages.debian.org/testing/libs/libtunepimp2
>
>   HTH.
>
> * Nicolas DEGAND [Fri, 08 Jul 2005 13:06:46 +0200]:
>
>> Package: juk
>> Version: 4:3.3.2-1
>> Severity: grave
>
>> I upgraded some packages yesterday. Especially libtunepimp2
>> libtunepimp-bin and zlib1g. And since then, Juk crashes at startup. Here
>> is the kcrash report :
>
>> (no debugging symbols found)
>> Using host libthread_db library "/lib/tls/libthread_db.so.1".
>> (no debugging symbols found)
>> `system-supplied DSO at 0xe000' has disappeared; keeping its
>> symbols.
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> [Thread debugging using libthread_db enabled]
>> [New Thread -1238842720 (LWP 5886)]
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> [KCrash handler]
>> #3  0xb78ce515 in Arts::Connection::setHints () from
>> /usr/lib/libmcop.so.1
>> #4  0xb78ebfd1 in Arts::Dispatcher::handle () from /usr/lib/libmcop.so.1
>> #5  0xb78ce2c1 in Arts::Connection::receive () from
>> /usr/lib/libmcop.so.1
>> #6  0xb78f80ee in Arts::SocketConnection::notifyIO ()
>>from /usr/lib/libmcop.so.1
>> #7  0xb78ee76e in Arts::StdIOManager::processOneEvent ()
>>from /usr/lib/libmcop.so.1
>> #8  0xb7ea2406 in Arts::QIOManager::processOneEvent ()
>>from /usr/lib/libqtmcop.so.1
>> #9  0xb78ecc78 in Arts::Dispatcher::connectUrl () from
>> /usr/lib/libmcop.so.1
>> #10 0xb78eca9f in Arts::Dispatcher::connectObjectRemote ()
>>from /usr/lib/libmcop.so.1
>> #11 0xb7e6e757 in Arts::SoundServerV2_base::_fromReference ()
>>from /usr/lib/libsoundserver_idl.so.1
>> #12 0xb7e6e341 in Arts::SoundServerV2_base::_fromString ()
>>from /usr/lib/libsoundserver_idl.so.1
>> #13 0xb7eeac43 in KArtsServer::server () from /usr/lib/libartskde.so.1
>> #14 0xb7ed8308 in KDE::PlayObjectFactory::PlayObjectFactory ()
>>from /usr/lib/l