similar to: Early segfault

Displaying 20 results from an estimated 5000 matches similar to: "Early segfault"

2006 Sep 08
0
Segfault at reboot caused by pciback.hide
Hi! I created a dedicated driver domain on my opteron machine (xen-3.0.2-3, changeset: 9762:1e225598ce82, 2.6.16.28, Debian Sid), and I discovered an interesting segfault at the last step of reboot: when the kernel flush out the md devices (raid1) the kernel prints the stack dump and reboot immidietly. After rebooting, the state of first md deveice is clean, but the second md device is dirty
2014 Jul 16
1
Opera is slow on CentOS
Hi there, I am running various browsers on my CentOS 6.5. Firefox is running smoothly, especially with blocking flash animations. I recently installed Opera and I use Seamonkey for long, both suffers from being very slow. Does CentOS have any role in this? For your information I send cpuinfo, some people on #centos said that this could be the problem -- but then why Firefox flies? - Gergely $
2005 Jul 07
2
bug(?) in 2.11
Hi! I write this config line: kernel /boot/i386/vmlinuz ro ramdisk=32768 root=/dev/ram0 init=/linuxrc but when I try to boot I got this mesasge: Could not find kernel image: /boot/i.386/ Same symptomes are with slash and backslash too. I think, the parses don't understand the directory separator characters and count as the part of filename. ps Sorry for my english -- Gabor HALASZ
2007 Jan 29
0
tasks bouncing between CPUs
I've a dual core system (see /proc/cpuinfo at the end) running CentOS 4.4 (fully up-to-date) and I'm running a PHP script that's parsing files and dumping the results into a database. Software versions: # rpm -q php php-4.3.9-3.22 # rpm -q MySQL-server-standard MySQL-server-standard-5.0.27-0.rhel4 # uname -srvmpio Linux 2.6.9-42.0.3.ELsmp #1 SMP Fri Oct 6 06:21:39 CDT 2006 i686
2004 Sep 10
0
Segfaults on K7
I'm running your debian packages on a K7 currently. They seem to be working fine, including the xmms-flac package. I seem to be experiencing the same flac decoding problems (state=6:FLAC__FILE_DECODER_STREAM_ERROR) as Pritpaul Mahal, however. I'll see if I can reproduce these. It could just be a problem with my old FLAC files (from 0.9 and before). This K7 doesn't segfault on flac
2004 Jul 27
4
Problems with Lapack's eigen() on 64-bit
I'm only now realizing that we have severe problems with R on our AMD 'Opteron' and 'Athlon64' clients running Redhat Enterprise with all 64-bit libraries (AFAICS). The Lapack problem happens for R-patched and R-devel both on the Opteron and the Athlon64. Here are platform details: o "gcc -v" and "g77 -v" both end with the line gcc version 3.2.3
2006 Oct 21
0
CentOS 3 - I/O performance with Promise HW RAID
(Suggestions for other forums in which to post this question are welcome.) We have CentOS 3.6 x86_64 running on a server with dual 2.2GHz Opterons and a Promise UltraTrak RM8000 connected via an Adaptec SCSI card. We are seeing what seems to be gradual I/O performance degradation over time; it seems to be OK for up to about 90 days, but not long after that both CPUs end up continuously spending
2005 Nov 03
1
domU compilation failure on x86_64
Hi! I tried to compile the xen devel (updated with hg today) on Debian Sid and I got the next error (same with gcc 3.4.5 and gcc 4.0.2). CC arch/xen/x86_64/kernel/setup64.o arch/xen/x86_64/kernel/setup64.c:38: error: parse error before "__cpuinitdata" arch/xen/x86_64/kernel/setup64.c:38: warning: type defaults to `int'' in declaration of `__cpuinitdata''
2007 Mar 14
1
userdb-vpopmail.c bug in rc27
Hi! I discovered a bug in $subject. Next line caused a compilation error: auth_request_log_debug(auth_request, "vpopmail", "lookup user=%s domain=%s", vpop_user, vpop_domain); I think, te correct version is: auth_request_log_debug(request, "vpopmail", "lookup user=%s domain=%s",
2006 Jun 27
5
AW: AW: HVM problem
HI there. First of all: xm dmesg | grep -i vmx returns nothing! Cat /proc/cpuinfo returns processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 43 model name : AMD Athlon(tm)64 X2 Dual Core Processor 3800+ stepping : 1 cpu MHz : 2009.182 cache size : 512 KB physical id : 0 siblings : 1 core id : 0 cpu cores :
2009 Feb 06
1
Deciphering top's data
Why is my load stuck around 3? top - 01:19:55 up 146 days, 5:53, 2 users, load average: 3.00, 2.95, 2.52 Tasks: 121 total, 1 running, 120 sleeping, 0 stopped, 0 zombie Cpu(s): 0.0% us, 0.3% sy, 0.0% ni, 99.7% id, 0.0% wa, 0.0% hi, 0.0% si Mem: 1928300k total, 1911640k used, 16660k free, 10760k buffers Swap: 2031608k total, 224k used, 2031384k free, 1561196k cached
2006 Nov 02
0
dual-head xen question
Hi! Can I use my 2nd vga card (and 2nd keyboard and mouse) in domU? I tried to hide the additional card from dom0 and exported into domU, but I got console messages from domU in xen console, not on the 2nd monitor. What can I do? How can I disable the console redirection from domU? Thanks -- Gabor HALASZ <halasz.g@freemail.hu> _______________________________________________ Xen-users
2005 Sep 12
0
3.11 - can't boot dos
Hi! I tried to boot dos from an USB drive, but only got one dot and six unreadable character after a syslinux welcome message. With memdisk, I got only syslinux welcome and one dot. Whats wrong? Thanks -- Gabor HALASZ <halasz.g at freemail.hu>
2008 Feb 03
3
[Bug 14346] New: swfdec-mozilla 100% CPU usage with some animations
http://bugs.freedesktop.org/show_bug.cgi?id=14346 Summary: swfdec-mozilla 100% CPU usage with some animations Product: swfdec Version: 0.5.5 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org
2004 Sep 10
2
Segfaults on K7
I got a new Athlon recently, and to my surprise, FLAC started segfaulting, even when recompiled. The problem goes away if I build with --disable-asm-optimizations. Has anyone else had problems of this sort? Here are the specs on the processor: processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 4 model name : AMD Athlon(tm) Processor stepping :
2008 Sep 13
3
Problem to run 4 virtual machines at a time.
Hi all I have installed vyatta system, (vyatta-livecd-vc4-alpha2.iso ) on top of Centos5. Our system requirement is, * Centos 5.1 (2.6.18-92.1.10.el5xen ) * 2 Gb RAM, * x86_64 And cpu information is as follow, [root at turtle4 ~]# cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 107 model name : AMD Athlon(tm) 64 X2 Dual Core
2005 Jul 29
1
samba-vscan
Hi people, im using Debian Sarge with samba 3.0.14a. Im using tdbsam with 400 users. My specs are: vendor_id : AuthenticAMD cpu family : 6 model : 8 model name : AMD Athlon(tm) XP 2000+ stepping : 1 cpu MHz : 1670.860 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes
2006 Sep 26
5
powernow-k8: Processor cpuid 681 not supported
I am running 2.6.18-1.2693.fc6xen and I am receiving this message powernow-k8: Processor cpuid 681 not supported anyone know if xen works on processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 8 model name : AMD Athlon(tm) Prosussor stepping : 1 cpu MHz : 1994.985 cache size : 256 KB fdiv_bug : no hlt_bug : no
2006 Sep 26
5
powernow-k8: Processor cpuid 681 not supported
I am running 2.6.18-1.2693.fc6xen and I am receiving this message powernow-k8: Processor cpuid 681 not supported anyone know if xen works on processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 8 model name : AMD Athlon(tm) Prosussor stepping : 1 cpu MHz : 1994.985 cache size : 256 KB fdiv_bug : no hlt_bug : no
2009 Apr 20
3
Windows 2008 x64 crashes on install
Hello, I am trying to install Win2008 x64 on xen. However it always crashes with: 0x0000005b which from my research means incompatible CPU. Can anyone assist with this? How can I get x64 to work? cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 16 model : 2 model name : Quad-Core AMD Opteron(tm) Processor 2344 HE grep svm /proc/cpuinfo flags : fpu tsc msr pae mce cx8