[Bug 1051972] [NEW] throwing from (singleton) constructor gives segmentation fault

2012-09-17 Thread aitors2005
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

[Bug 1051972] Re: throwing from (singleton) constructor gives segmentation fault

2012-09-17 Thread aitors2005
-- 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

[Bug 67768] Re: Crontab jobs fail to execute

2006-11-07 Thread aitors2005
># 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

[Bug 67325] Re: fglrx bug

2006-10-24 Thread aitors2005
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

[Bug 67768] Crontab jobs fail to execute

2006-10-23 Thread aitors2005
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