search for: 24101

Displaying 8 results from an estimated 8 matches for "24101".

Did you mean: 2101
2008 Jul 03
2
iozone remove_suid oops...
...tton shpchp pci_hotplug iTCO_wdt iTCO_vendor_support soundcore intel_agp agpgart xfs sg sd_mod sr_mod cdrom pata_acpi ata_piix ata_generic ohci1394 ieee1394 libata scsi_mod ehci_hcd uhci_hcd usbcore thermal processor fan fbcon tileblit font bitblit softcursor fuse [ 899.119069] [ 899.119073] Pid: 24101, comm: iozone Not tainted (2.6.24-19-generic #1) [ 899.119078] EIP: 0060:[<c016d3f1>] EFLAGS: 00210206 CPU: 1 [ 899.119090] EIP is at should_remove_suid+0x1/0x50 [ 899.119094] EAX: 00000008 EBX: d4b47d48 ECX: ffffffff EDX: e6665000 [ 899.119098] ESI: 00001000 EDI: 00001000 EBP: 00001000 E...
2010 Apr 19
2
[LLVMdev] Living on Clang
...-2/bin/ -ltr total 262708 -rwxrwxr-x. 1 elcuco elcuco 5641794 2010-04-19 03:12 tblgen -rwxrwxr-x. 1 elcuco elcuco 985416 2010-04-19 04:41 FileCheck -rwxrwxr-x. 1 elcuco elcuco 6374 2010-04-19 04:41 count -rwxrwxr-x. 1 elcuco elcuco 122992 2010-04-19 04:41 not -rwxrwxr-x. 1 elcuco elcuco 24101 2010-04-19 05:34 llvm-config -rwxrwxr-x. 1 elcuco elcuco 18325933 2010-04-19 05:36 opt -rwxrwxr-x. 1 elcuco elcuco 7705301 2010-04-19 05:36 llvm-as -rwxrwxr-x. 1 elcuco elcuco 6671138 2010-04-19 05:36 llvm-dis -rwxrwxr-x. 1 elcuco elcuco 31626605 2010-04-19 05:37 llvm-mc -rwxrwxr-x. 1 elcuco elcu...
2006 Jan 10
1
avoided deadlock/channel already in use
...S 12:51 0:00 \_ /usr/sbin/asterisk -U asterisk -G asterisk -p asterisk 2394 0.0 0.7 35048 15144 ? S 15:53 0:00 \_ /usr/sbin/asterisk -U asterisk -G asterisk -p root 21099 0.0 0.0 4104 1592 pts/0 S+ 13:55 0:01 | \_ rasterisk r root 24101 0.0 0.0 4104 1592 pts/1 S+ 14:20 0:01 | \_ rasterisk r root 6009 0.0 0.0 1500 476 pts/2 S+ 16:18 0:00 | \_ grep asterisk root 29100 0.0 0.0 4104 1576 pts/3 S+ 14:58 0:00 \_ rasterisk r asthost log # are daughter proce...
2006 Feb 28
3
Object#id will be deprecated?
I didn''t get the memo on this :P members_controller.rb:12: warning: Object#id will be deprecated; use Object#object_id Line 12 is: @member = Member.find(@current_member.id) How _should_ I be writing that line? Thanks, Joe -- Posted via http://www.ruby-forum.com/.
2010 Aug 23
1
[Bug] [Urgent] CreateProcess Failed internal error (1359)
Hi, I working on porting an IDE on MacOSX with the help of Wine, And I discover a random bug on wine. Please use this sample code to reproduce it (to be compiled on Windows): Code: ///////////////////////////////////////////////////////////////////////////// int Quit(int aReturnCode) { #ifdef _DEBUG wcout << L"Press Enter to quit"; getchar(); #endif return aReturnCode; }
2010 Apr 15
0
[LLVMdev] Living on Clang
> We want to make Clang great, and we need your help! Doug, I don't see any type of selfbuild target in the LLVM top level makefile. This would be a useful way to automate the self build process. I've used similar mechanisms before on other compilers, where you can trivially invoke a three phase build (first you do a full build with your system compiler, then you use your built
2009 Mar 16
5
Dovecot LDA and "undeliverable" emails
...cot service) Mar 16 09:52:47 byron postfix/pipe[24109]: C75E84F006D: to=<xxxxx at amtpolitics.com>, orig_to=<nonexistantemail at amtpolitics.com>, relay=dovecot, delay=0.31, delays=0.2/0.04/0/0.06, dsn=2.0.0, status=sent (delivered via dovecot service) Mar 16 09:52:47 byron postfix/pipe[24101]: C75E84F006D: to=<xxxxx at amtpolitics.com>, orig_to=<nonexistantemail at amtpolitics.com>, relay=dovecot, delay=0.33, delays=0.2/0.02/0/0.1, dsn=2.0.0, status=sent (delivered via dovecot service) Mar 16 09:52:47 byron postfix/qmgr[19409]: C75E84F006D: removed Thanks for any help, Ka...
2010 Apr 14
12
[LLVMdev] Living on Clang
Hello fellow LLVMers and Clangstas, We want to make Clang great, and we need your help! Helping is easy: just build Clang on your platform and start using it as your main compiler for LLVM and Clang development. Much of the Clang team has been living on Clang for at least several weeks already, and we've found it to be quite stable for development. If you run into problems---poor