Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'bug'

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