[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2015-09-16 Thread Hugo Osvaldo Barrera
@willcooke: - This *is* a persistent bug. - errors.ubutnu.com does not exist - this error is not ubuntu-specific. What happens in this case? Reproduction instructions are quite clearly described on this ticket. ** Tags added: desktop-bugscrub-reopened -- You received this bug notification b

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2015-09-16 Thread Will Cooke
As part of the big bug clear up for 16.04 LTS I am marking this bug as Wont Fix. These types of crasher are better handled by errors.ubutnu.com which can collate similar crash reports to help us identify persitent bugs rather than one-off crashes. Sorry we are not able to help with this specific

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2015-01-12 Thread Stephen M. Webb
** Tags added: plugin-regex -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/706918 Title: compiz crashed with SIGSEGV in RegexExp::evaluate() To manage notifications about this bug go to: https://bug

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2013-07-24 Thread MC Return
ProblemType: Crash DistroRelease: Ubuntu 11.04 Package: compiz-core 1:0.9.2.1+glibmainloop4-0ubuntu3 Setting to incomplete, please confirm if it still happens... ** Changed in: compiz Milestone: 0.9.10.0 => 0.9.11.0 ** Changed in: compiz Status: New => Incomplete -- You received thi

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2013-07-08 Thread MC Return
** Also affects: compiz Importance: Undecided Status: New ** Changed in: compiz Milestone: None => 0.9.10.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/706918 Title: compiz crashed

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-09-09 Thread Extreme Micro S.L.
We confirm the #22 workaround. Anyway, the patch solved the problem in 32bits and 64bits. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/706918 Title: compiz crashed with SIGSEGV in RegexExp::evaluat

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-08-19 Thread Brian Murray
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/706918 Title: compiz crashed with SIGSEGV in RegexExp::evaluate() To manage notifications about this bug go to: https://bugs.launc

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-08-18 Thread Tristan
I found a patch for the bug here: https://bugzilla.redhat.com/show_bug.cgi?id=710809 I tested it and it solves this for me! Also, I have the patch applied to the standard compiz package and available via ppa: https://launchpad.net/~astotris/+archive/simple-compiz-patch Attached here: patch i386

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-08-18 Thread Tristan
see attached amd64 libregex.so ** Attachment added: "amd64 libregex.so" https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/706918/+attachment/2290700/+files/libregex.so.amd64 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-08-18 Thread Tristan
see attached i386 libregex.so ** Attachment added: "i386 libregex.so" https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/706918/+attachment/2290699/+files/libregex.so.i386 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-08-16 Thread tom
#22 is the perfect answer. Same effect here! When I remove window matching rules in Window Decorations -> Shadow Windows my crashes are resolved = i.e. Window Decorations -> Shadow Windows = (any) & !(class=Conky). -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-08-08 Thread Patrick Seiji Winslow
Removing window matching rules in Window Decorations -> Shadow Windows resolved the crashes for me, too (now I'm using devilspie to unshadow windows). Window matching rules in other plugins (like Animations) work fine, so the Window Decorations plugin seems to be the source of trouble. I'm runnin

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-08-08 Thread Hugo Osvaldo Barrera
I had this bug on ArchLinux and Fedora with compiz 0.9.4 on the same PC. Upgrading to compiz 0.9.5 (development release) fixed this issue, can someone verify this is also the case on ubuntu? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-08-07 Thread Mark Furneaux
I can confirm that the settings change in #22 does stop the crashes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/706918 Title: compiz crashed with SIGSEGV in RegexExp::evaluate() To manage notifi

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-08-07 Thread Dean Sadites
I first noticed this problem when I started running Conky. However, it had nothing to do with Conky itself, but rather with the rule I put in ccsm (CompizConfig Settings Manager) to disable shadows on the Conky window [i.e. Window Decorations -> Shadow Windows = (any) & !(class=Conky)]. This caus

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-29 Thread Carey Underwood
(gdb) bt #0 RegexExp::evaluate (this=0xd30d10, w=) at /home/cwillu/work/compiz/compiz-0.9.4+bzr20110415/plugins/regex/src/regex.cpp:137 #1 0x004480bf in matchEvalOps (list=..., w=0x10f2730) at /home/cwillu/work/compiz/compiz-0.9.4+bzr20110415/src/match.cpp:481 #2 0x00448

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-29 Thread Carey Underwood
** Changed in: compiz (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/706918 Title: compiz crashed with SIGSEGV in RegexExp::evaluate() -- ubuntu-bugs mailin

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-28 Thread Charlie Kravetz
Marking both arch and fedora tasks as invalid until such time as valid bug reports for those are provided. It is highly unlikely that ubuntu developers are going to work those distributions. ** Changed in: fedora Status: New => Invalid ** Changed in: archlinux Status: New => Invalid

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-28 Thread Hugo Osvaldo Barrera
I forgot to say; the crashes are not only when alt-tabbing, but also when opening menus, if I open File, then Edit, and go back and fourth a couple of times, I get the same crash. Disabling regex matching fixes BOTH crashes, so I've always considered them the same one. -- You received this bug n

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-28 Thread Hugo Osvaldo Barrera
I'm including an attachment generated with compiz 0.9.4, though not on Ubuntu (my GF's laptop is the one with ubuntu, and she's on a long trip so I won't have access to it for some time). I hope this helps, I've generated it following the instructions at https://wiki.ubuntu.com/Backtrace. In any

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-26 Thread Charlie Kravetz
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on t

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-19 Thread sab
Unfortunately, I can't either. Since I've reverted to Lucid because of (amongst other things) this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/706918 Title: compiz crashed with SIGSEGV in RegexEx

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-19 Thread Vsevolod Velichko
Unfortunately I can't use compiz at all at the moment (because of #781804), so, please, anyone who confirmed the bug, produce the appropriate stacktrace. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/7

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-19 Thread Pedro Villavicencio
Thanks for your bug report. Please try to obtain a backtrace http://wiki.ubuntu.com/DebuggingProgramCrash and attach the file to the bug report. This will greatly help us in tracking down your problem. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/706918/+attachment/18046

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-14 Thread Hugo Osvaldo Barrera
The same issue ocurrs on Fedora 15, and ArchLinux with compiz 0.9.4, so this is an upstream compiz bug. On Arch, the issue ocurrs whenever a tooltip is displayed, or a menu is opened. Disabling regex matching prevents these crashes. ** Also affects: fedora Importance: Undecided Status

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-05 Thread sab
I seem to be having this a lot more when I'm running conky. I'm not sure if that's related. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/706918 Title: compiz crashed with SIGSEGV in RegexExp::evalu

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-05 Thread Alexander K
similar problem: May 5 15:08:54 pioneer kernel: [18612.444848] compiz[11375]: segfault at 14 ip 0082436c sp bfed6b30 error 4 in libregex.so[82+7000] May 5 15:10:32 pioneer kernel: [18711.107390] compiz[11434]: segfault at 14 ip 007d136c sp bfb6a5f0 error 4 in libregex.so[7cd000+7000] ~$ a

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-01 Thread Ronnie
Also, it happens sometimes when opening menus (indicators or dropdown- menus in applications) and when dragging folders on the desktop or in nautilus. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/7069

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-01 Thread Ronnie
This bug keeps on happening. Its been happening since 40 days. That is when i upgraded from maverick to NATTY. It happens on kernels 2.6.36, 2.6.38, the generic ubuntu kernel too. I tested it with 5 different kernels. The following message is found in /var/log/syslog Apr 30 17:51:37 solidus-workst

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-01 Thread Clemens
same here... it happens sometimes when opening menues (indicators or dropdown-menues in applications), when dragging starters to the launcher or sometimes just clicking, but with no recognizable regularity behind it -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-04-27 Thread Patrick
same here.. compiz is unusable due to frequent crashing. After crashing, dmesg says: compiz[10198]: segfault at 28 ip 7fad70e8b335 sp 7fffd3721800 error 4 in libregex.so[7fad70e86000+8000] [14928.074054] compiz[10398]: segfault at 28 ip 7fa992bd5335 sp 7fffd7c3ff60 error 4 in lib

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-01-27 Thread Michael Milligan
And the only thing that is saving face (with me) right now is this in a terminal window: $ while [ 1 ] ; do compiz --replace; done It is crashing and restarting (per the loop) with no discernible pattern. -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-01-24 Thread Michael Milligan
Having the same problem, but I cannot find a reproducable set of steps... yet. Compiz segfaults in libregex library: Versions, from natty: $ COLUMNS=160 dpkg -l | grep compiz ii compiz 1:0.9.2.1+glibmainloop4-0ubuntu3 OpenGL window and compositing manager ii comp

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-01-24 Thread Ubuntu QA's Bug Bot
** Tags added: compiz-0.9 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/706918 Title: compiz crashed with SIGSEGV in RegexExp::evaluate() -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com h

[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-01-24 Thread Sebastien Bacher
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/706918 Title: compiz crashed with SIGSEGV in RegexExp::evaluate() -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubunt