Advertising
advertising
related pastes to tag 'bug'
- 2061238 - apache crash in FG: bug fg crash nasal
-
- osgDB ac3d reader: detected line with less than 2 vertices!
- 2 - 'C:/FlightGear/terrasync/'
- C:/FlightGear/bin/Win32/terrasync.exe -S -d "C:/FlightGear/terrasync/" -p 5505
- Airports/K ... failed:
- Working copy 'C:\FlightGear\terrasync\Airports\K' locked
- Airports/L ... done
- Airports/M ... failed:
- Working copy 'C:\FlightGear\terrasync\Airports\M' locked
- 1760430 - adjusting Root entries on cvs pr: shell bug cvs
-
- for i in $(find . | grep CVS\/Root); do echo ":pserver:teste@172.16.0.26:/home/cvs/cvsroot" > $i ; done
- 1305247 - PHP XML_Serializer bug: php bug
- 1171273 - rewbs: php bug interesting feature
- 976632 - 4.1.22 Illegal mix of collations: mysql bug
-
- -- SETUP
- CREATE TABLE `t` (`str` varchar(100) collate latin1_general_ci NOT NULL)
- ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
- INSERT INTO `t` (`str`) VALUES('foo');
- -- FAILS:
- SELECT u FROM t RIGHT JOIN (SELECT 'foobar' AS u) u2 ON u REGEXP str GROUP BY u HAVING count(str) > 0;
- 939623 - K3B slackware: bug
-
- System
- -----------------------
- K3b Version: 1.0.2
- KDE Version: 3.5.7
- QT Version: 3.3.8
- Kernel: 2.6.21.5-smp
- Devices
- 758609 - Help!: help bug windows bsod
-
- This is a very bizarre problem I have had since...forever. I am running Windows XP SP2 with all current updates.
- The effects of this problem are as follows:
- 1. Elements disappear
- 2. No right-click
- 3. Left click works, but doesn't do anything
- 4. Won't open new programs or windows
- 758590 - Help!: help bug windows bsod
-
- This is a very bizarre problem I have had since...forever. I am running Windows XP SP2 with all current updates.
- The effects of this problem are as follows:
- 1. Elements disappear
- 2. No right-click
- 3. Left click works, but doesn't do anything
- 4. Won't open new programs or windows
- 758588 - Help!: help bug windows bsod
-
- This is the explorer bug I have had since...forever. I am running Windows NT 5.1 Corporate (XP SP2) build 2600.
- The effects of this bug are as follows:
- 1. Elements disappear
- 2. No right-click
- 3. Left click works, but doesn't do anything
- 4. Won't open new programs or windows
- 5. Programs throw up random errors
- 739535 - ath5k: bug ath5k
-
- BUG: unable to handle kernel NULL pointer dereference at virtual address 00000000
- printing eip:
- c487203e
- *pde = 00000000
- Oops: 0000 [#1]
- Modules linked in: arc4 ecb blkcipher cryptomgr rc80211_simple ath5k mac80211 cfg80211 e1000 8139too e100 3c59x
- CPU: 0
- EIP: 0060:[<c487203e>] Not tainted VLI
- 689755 - Bug Ubuntu: ubuntu bug
-
- Configurando ttf-opensymbol (2.2.0-1ubuntu4) ...
- Updating fontconfig cache...
- /usr/share/fonts: failed to write cache
- /usr/share/fonts/X11: failed to write cache
- /usr/share/fonts/X11/100dpi: failed to write cache
- /usr/share/fonts/X11/75dpi: failed to write cache
- /usr/share/fonts/X11/Type1: failed to write cache
- /usr/share/fonts/X11/encodings: failed to write cache
- 680469 - Miro debugging: linux gentoo bug miro
-
- tog@localhost ~ $ miro
- /usr/lib/python2.5/site-packages/miro/eventloop.py:17: RuntimeWarning: Python C API version mismatch for module fasttypes: This Python has API version 1013, module fasttypes has version 1012.
- import database
- INFO Starting up Miro
- INFO Version: 0.9.8
- INFO Revision: unknown
- INFO Loading preferences...
- INFO Starting event loop thread
- 619430 - Bugged.pas: pascal not work bug divison by zero
-
- program test_readkey;
- uses crt;
- var
- c : char;
- begin
- c:=readkey;
- case c of
- #8 : writeln('backspace');
- 619428 - Bugged.pas: pascal not work bug divison by zero
-
- program test_readkey;
- uses crt;
- var
- c : char;
- begin
- c:=readkey;
- case c of
- #8 : writeln('backspace');