[Cooker] Bug in wget 1.5.3, the characters ;/?=+ must retain their encoded/decoded status.

2000-12-08 Thread Anon Sricharoenchai
As per RFC1738 (http://www.w3.org/Addressing/rfc1738.txt, [Page 3]), the characters ";", "/", "?", ":", "@", "=" and "" should not be encoded or decoded by wget, because they have a special meaning. Encoding or decoding these characters may change the semantics of a URL. For example,

[Cooker] QPainter::drawImage Bug in Qt 1.44

2000-08-29 Thread Anon Sricharoenchai
have to use KDE 2.0 ? Regards, Anon Sricharoenchai. diff -ur qt-1.45/src/kernel/qpainter.cpp qt-1.45.fixed/src/kernel/qpainter.cpp --- qt-1.45/src/kernel/qpainter.cpp Fri Nov 12 23:57:27 1999 +++ qt-1.45.fixed/src/kernel/qpainter.cpp Fri Aug 25 01:42:07 2000 @@ -1670,7 +1670,7

[Cooker] Re: sawmill is crashed by using gnumeric

2000-09-22 Thread Anon Sricharoenchai
crash sawmill. So, both options (normal and transient window) should not be set to "randomly", that will cause a serious bug. On Tue, 19 Sep 2000, Anon Sricharoenchai wrote: Follow these step to regenerate this bug. 1. use Mandrake 7.1 2. create new user $ useradd test1 -p ''

[Cooker] sawmill is crashed by using gnumeric

2000-09-19 Thread Anon Sricharoenchai
Follow these step to regenerate this bug. 1. use Mandrake 7.1 2. create new user $ useradd test1 -p '' 3. login into gnome/sawmill desktop as user test1 4. open gnumeric application 5. select some texts from some X terminals to copy that texts into X clipboard 6. click menu

[Cooker] fork and then copy-on-write can crash linux.

2000-11-10 Thread Anon Sricharoenchai
I have tested the "fork" and so called "copy-on-write" operation by invoking the following command (as a normal user, not superuser). perl -e '$| = 1; sub s1() { system("free -t | tail -1") } s1(); for ($i = 0; $i10_000_000; $i++) { $a[$i] = 0 } s1(); if (\!fork()) { s1(); for ($i = 0;

[Cooker] bug in php 4.0.6 about semaphores

2002-06-11 Thread Anon Sricharoenchai
Semaphores isn't released automatically. See http://bugs.php.net/bug.php?id=13490 This will cause some php applications to be unusable, especially, the applications that use the sem_acquire command, for example, horde/IMP ( http://www.horde.org/imp/ ). This bug doesn't occur in php 4.0.4 and php

[Cooker] Bug of /usr/lib/rpm/find-requires (rpm-build-4.0.4-5mdk) in finding scriptlist, caused by mdk patch

2002-06-13 Thread Anon Sricharoenchai
Bug of /usr/lib/rpm/find-requires (rpm-build-4.0.4-5mdk) in finding scriptlist, caused by mdk patch There's some bugs in /usr/lib/rpm/find-requires from rpm-build-4.0.4-5mdk. This bug is resulted from the patch, rpm-4.0.4-autoreq.patch.bz2, in rpm-build-4.0.4-5mdk.src.rpm. The following is the