Public bug reported:
Hi, the following program gets a segmentation fault. It works OK on
another machine (g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-52)).
#include
#include
#include
using namespace std;
class A {
public:
// Singleton
static A & instance();
private:
A() {
throw st
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1051972
Title:
throwing from (singleton) constructor gives segmentation fault
To manage notifications about this bug go to:
https://bugs.launchpad.net/u
># DO NOT EDIT THIS FILE - edit the master and reinstall.
># (/tmp/crontab.qDSBkI/crontab installed on Mon Oct 23 17:15:01 2006)
># (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
>*/10 * * * * fetchmail -s >& /dev/null
ok, the problem vas with the ">&" part. I changed it t
Hi,
i had the same problem as the original poster, and turning composite off
(as suggested by Adam Conrad) did solve it.
cheers
--
fglrx bug
https://launchpad.net/bugs/67325
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Public bug reported:
running 3.0pl1-94ubuntu2 version in ubuntu Edgy, jobs in user's crontab
file fail to execute. A mail is forwared to the user stating
/bin/sh: Syntax error: Bad fd number
the crontab in question is
[EMAIL PROTECTED]:~ $ sudo more /var/spool/cron/crontabs/luser
# DO NOT EDIT