search for: crashhandler

Displaying 10 results from an estimated 10 matches for "crashhandler".

2013 Jul 08
0
[LLVMdev] Problem Using libLLVM-3.3.so
Rick Sullivan <ricks at carbondesignsystems.com> writes: [snip] > The problem is this. For some simulations, the LLVM shared library > seems to take a segfault on exit. It runs correctly, but when the > simulator finishes, it crashes on exit. [snip] > > Does anybody have any ideas as to why this might be happening? Can you run the application under gdb and obtain a
2013 Jul 09
1
[LLVMdev] Problem Using libLLVM-3.3.so
Unfortunately, I haven't been able to get the failure to occur in gdb. Our crash handler generates a back trace, but it doesn't supply much information: 0: /o/release/SoCD/mainline/PRODUCT/Linux/bin/Linux//release/socdesigner(_ZN12CrashHandler12GetBacktraceEPc+0x2b) [0x8209adb] CrashHandler::GetBacktrace(char*) 1: /o/release/SoCD/mainline/PRODUCT/Linux/bin/Linux//release/socdesigner(_ZN12CrashHandler14GenerateReportEv+0x204) [0x820a434] CrashHandler::GenerateReport() 2: /o/release/SoCD/mainline/PRODUCT/Linux/bin/Linux//release/socdesig...
2013 Jul 08
2
[LLVMdev] Problem Using libLLVM-3.3.so
We're using the LLVM 3.3 AArch64 disassembler in the following way. We have built LLVM 3.3 on Linux as a shared library; and have a main program that dynamically loads shared objects (.so libraries). The program is a simulator (though that shouldn't be relevant to this question), and the shared objects it loads are electronic components that participate in the simulation. If the electronic
2008 Dec 24
0
[Annoucement] Compiz feature branch compiz++
...eryone involved in compiz should make. Espesially because it would need a huge amount of work to get all plugins ported. In my opinion, it would be better to stay with the old system if such change would create a fork again. I've also pushed compiz++ branches into the libcompizconfig, bcop and crashhandler repositories. They contain some initial work for the compiz++ branch. The crashhandler branch also contains a modified (not finished) version of the universal Makefile. Merry Christmas Dennis Kasprzyk * multi display: Connect to multiple x servers multi screen: seperated screens (usually diffe...
2007 May 19
2
Crash in blur.c (SIGSEGV)
..._64 video: Nvidia GF 7900 GT, driver version 97.55 compiz version: git config backend used: ccp I can reproduce this crash every time on my system. When blur plugin is active and I try to access any right-click menu, regular application menu or drop-down list, compiz crashes. Backtrace produced by crashhandler plugin shows crash in blur.c in function blurWindowResizeNotify, in the following line: if (bw->state[BLUR_STATE_CLIENT].threshold || The values of bw seem to be wrong and IMO indicate classic problem with null or uninitialized pointer (although I'm not a programmer): bw =...
2007 Jul 16
3
Couldn't activate plugin 'rotate'
...rendering to avoid nvidia black window bug (somehow it helps). compiz --sm-disable --indirect-rendering --replace ccp&! Backend : gconf Integration : true Profile : default Adding plugin winrules (winrules) Adding plugin snow (snow) Adding plugin decoration (decoration) Adding plugin crashhandler (crashhandler) Adding plugin regex (regex) Adding plugin rotate (rotate) Adding plugin fade (fade) Adding plugin reflex (reflex) Adding plugin move (move) Adding plugin svg (svg) Adding plugin ring (ring) Adding plugin showdesktop (showdesktop) Adding plugin png (png) Adding plugin snap (snap) Addi...
2009 May 01
1
Compositing Manager Crash over XDMCP on .8.2.1 on Archlinux?
Danny, Kristian, All, First let me tell you guys whatever you are doing with compiz, keep it up! It's looking great! I have a new error on ArchLinux when running compiz 0.8.2.1 that I have never seen before. I installed Archlinux on 2 boxes to check it out. One on a x86_64 box with the nvidia driver (no problems there) and one on an i686 box with onboard intel video. When connecting over
2007 Aug 13
0
Compiz Fusion Release 0.5.2 is out!
...criteria. Workarounds: Features several workarounds to improve behavior of legacy applications and such. compiz-fusion-plugins-extra: Addhelper: Darkens unfocused windows so the user can concentrate on the focused window. Bench: Displays the current frames per second as a simple benchmark. Crashhandler: Creates a backtrace of a compiz crash and is able to start an alternative window manager. Cubecaps: Displays top and bottom caps on Compiz Cube. Cubereflex: Adds a reflective ground to the Compiz Cube plugin. ExtraWM: Adds additional window manager actions to Compiz. Fadedesktop: Fades window...
2008 Dec 24
3
[ANNOUNCE] Compiz feature branch compiz++
...ne involved in compiz should make. Espesially because it would need a huge amount of work to get all plugins ported. In my opinion, it would be better to stay with the old system if such change would create a fork again. I've also pushed compiz++ branches into the libcompizconfig, bcop and crashhandler repositories. They contain some initial work for the compiz++ branch. The crashhandler branch also contains a modified (not finished) version of the universal Makefile. Merry Christmas Dennis Kasprzyk * multi display: Connect to multiple x servers multi screen: seperated screens (usually dif...
2006 Nov 12
4
Include option type in gconf schema
I am writing a configuration front end for the compiz gconf plugin at the moment, but it's proving harder than it should be because gconf does not record what type of compiz option the key is. For example, say i want a color picker for each color option the only way I can tell with gconf if it is color is if it has a # at the beginning, but there could be string option which also have a # at