similar to: Segfaults from gcc, awk and Zend; advice needed

Displaying 20 results from an estimated 600 matches similar to: "Segfaults from gcc, awk and Zend; advice needed"

2013 Jun 04
3
Serial terminal issues
I can't seem to get my serial terminal to work with my new system. I had a serial terminal connected to my old system that worked great and copied /boot.config, /boot/loader.conf and /etc/ttys settings over from it. The new system has a Gigabyte GA970A-UD3 board with just a serial header on the board. I bought a serial connector backplate in an electronics store and connected it to the
2013 Jun 13
1
zpool labelclear destroys GPT data
When i use zpool labelclear, it wipes the whole disk including gpt data. So the whole disk is empty and i need to create the gpt partitions again. Is this supposed to work like this? The man page suggests that it only wipes the ZFS metadata. zpool labelclear [-f] device Removes ZFS label information from the specified device. The device must not be part of an active pool
2005 Mar 27
5
Print from wine
I'm running debian sarge and have installed wine with "apt-get" (wine 20041201). Afterwards I configurated it with winetools. Everything went fine. I also installed the Internet Explorer and Office 2000. There were no problems during the installation and IE and Office run without problems besides printing. There I get error messages like "no printer installed". Is
2003 Aug 16
1
whining about tinderbox messages
On the one hand, yes, they're about things most readers can't do anything about. On the other hand, they do let you know (once the tinderbox has stabilized, this being a new setup with the bugs being worked out of it) whether recent -STABLE will build or not, which can be quite useful even for ordinary users of -STABLE. (You know to hold off on updating if it's failing for your
2009 Sep 25
1
help about Zend Optimizer and nfs
Hi pls help 1/ I run application but it said "Attention: Zend Optimizer not Installed" but I type php -v Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies Why? 2/ ls nfs working except tcp? I don't know how to debug Thank you __________________________________________________________________ Yahoo! Canada Toolbar: Search from anywhere on the web, and
2012 Jul 20
0
CentOS 6.2 x86_64 + PHP 5.3.3 + Zend Guard Loader v3.3 == Segfault
Hello everyone, I've got issues getting Zend Guard Loader v3.3 running. Tried several installations, doesn't work for any. Once I install Zend Guard Loader my PHP CLI binary starts to segfault *at exit*. Same is true for apache processes with mod_php enabled: Works until you SIGHUP your apache processes. Doing that your webserver quits with a segfault. Can anyone reproduce that
2023 Jan 30
11
[p2v PATCH 00/11] Expose virt-v2v's "-oo"; re-enable openstack
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1792141 Let the user pass "-oo" options from the kernel cmdline and from the GUI to virt-v2v. This is primarily useful with the OpenStack output mode, so reenable that mode. Cc: Alban Lecorps <alban.lecorps at ubisoft.com> Laszlo Alban Lecorps (1): Introduce "p2v.output.misc" for passing "-oo" options
2009 Jan 23
7
Quote, dollar and pipe
Hi All, By working on our bootstrap puppet scripts (executed wih standalone puppet), I found a difference between pipe and file parsing : A simple file with a content : $ cat withdollar.pp file { "/tmp/withdoller.txt": content => ''something like echo $1'' } When puppet parses the file : $ puppet withdollar.pp notice:
2008 Apr 24
1
[LLVMdev] PHP Zend LLVM extension (SoC)
Owen, Chris, Owen Anderson wrote: > > On Apr 24, 2008, at 12:54 AM, Chris Lattner wrote: >>> LLVM likely won't be able to do type inference for you. >> >> I'd put it another way: an existing llvm pass won't do type inference >> for you. The right way to tackle this is to write an language- >> specific pass on LLVM IR that knows your runtime and
2008 Apr 24
0
[LLVMdev] PHP Zend LLVM extension (SoC)
On Apr 24, 2008, at 12:54 AM, Chris Lattner wrote: >> LLVM likely won't be able to do type inference for you. > > I'd put it another way: an existing llvm pass won't do type inference > for you. The right way to tackle this is to write an language- > specific pass on LLVM IR that knows your runtime and can propagate > types around. > Or just do it at the Zend
2008 Apr 24
0
[LLVMdev] PHP Zend LLVM extension (SoC)
On Apr 23, 2008, at 1:44 PM, Nuno Lopes wrote: > Thank you both for your answers! > That part of type inference was my second question. PHP uses a > structure > with a union to represent a variable (because a variable can have > different > types, like a long, a double, a stream, etc..), but often a single > variable > will only have one type throughout the program
2008 Apr 24
2
[LLVMdev] PHP Zend LLVM extension (SoC)
On Apr 23, 2008, at 10:49 PM, Owen Anderson wrote: > > On Apr 23, 2008, at 1:44 PM, Nuno Lopes wrote: > >> Thank you both for your answers! >> That part of type inference was my second question. PHP uses a >> structure >> with a union to represent a variable (because a variable can have >> different >> types, like a long, a double, a stream,
2008 Apr 24
0
[LLVMdev] PHP Zend LLVM extension (SoC)
Hi Nuno, this can be a great project. Some PHP opcodes can be optimised a lot by llvm (like branches or function calls) while others like operations on variables can't be so easy optimized due to the dynamic nature of PHP. For the latest maybe you can use some automatic type inference, like the ones used in languages like Haskell, but this is is a big project and there are also mixed
2008 Apr 22
0
[LLVMdev] PHP Zend LLVM extension (SoC)
Hi Nuno, On Apr 22, 2008, at 18:44, Nuno Lopes wrote: > PHP has a Google Summer of Code project approved to create an LLVM > extension for the PHP's VM (Zend). (http://code.google.com/soc/2008/php/appinfo.html?csaid=73D5F5E282F9163F > ). I'll be mentoring that project (and the student is CC'ed). > Although I've already contributed a few patches to clang, I
2008 Apr 23
2
[LLVMdev] PHP Zend LLVM extension (SoC)
Thank you both for your answers! That part of type inference was my second question. PHP uses a structure with a union to represent a variable (because a variable can have different types, like a long, a double, a stream, etc..), but often a single variable will only have one type throughout the program (e.g. iterating through $i in a loop). Will LLVM automagically see that we always use the
2016 Dec 06
2
winbind terminates after machine password change and needs domain rejoin
Hello, Samba 4.4.7 AD member on Linux SLES 12 here ... We've been running flawlessly for weeks with version 4.4.5 until we updated to 4.4.6 and experienced this bug: https://bugzilla.samba.org/show_bug.cgi?id=12369 So we updated to 4.4.7 in which this issue was fixed with an interim downgrade to version 4.4.5 until 4.4.7 was available. Now, we're experiencing another issue and it seems
2004 Apr 19
2
Can't resolve address 127.0.0.1
Hi , I recently installed Fedora Core 1. Installed postfix on it and that is running fine. I am trying to get dovecot to run and I have changed only the following line from the default dovecot.conf : imap_listen = 127.0.0.1 since I'd like to install squirrelmail later on. Now when I try to start dovecot I get "Starting Dovecot Imap: Fatal: Can't resolve address
2004 May 05
3
Migrate passwords from NT4 to Samba-LDAP
We were able to migrate the Machines and the Users from NT4 to Samba-LDAP, but now we find that the passwords did not migrate. Is there a solution for this? Is there another problem. We are doing the migration onto a Suse system with samba 3.0.2a and have used both the smbldap-tools 0.8.2 and 0.8.4 without complete success.
2009 Jan 23
2
Notifying a service when config file changes
Hello all. I''m trying to get my servers (syslog clients) to forward syslog-messages to a central syslog server. I''m using the "line" resource type to add the necessary entry to /etc/syslog.conf file, and I need a way to notify the syslog service to restart whenever the config file changes. Currently, this is what I''ve done: *service {syslog: ensure
2008 Aug 27
3
Solaris nss_ldap vs PADL nss_ldap
Hi All, Any thoughts on why, while everything seems ok at the OS level (getent , id -a ) Samba doesn't pickup any supplementary groups when Solaris is configured with 'group: files ldap' in nsswitch.conf and using it's own native nss_ldap.so.1 but does when using PADL's nss_ldap? Everything else is equal. Do they use/accept different calls or could it be an