[Gambas-user] problem sig 11 with 2.7

Ron Onstenk ronstk at ...239...
Wed Jul 9 14:12:04 CEST 2008


On Wednesday 09 July 2008, Steven Lobbezoo wrote:
> Ok, i did that, it compiled with any errors.
> B.t.w. : I just have a brand new suse 11 installation, in stalled gnome
> 2.23 and KDE 4.0
> Nothing special.
> 
> Here is the output of valgrind :
> ==11731== Memcheck, a memory error detector.
> ==11731== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et
> al.
> ==11731== Using LibVEX rev 1804, a library for dynamic binary
> translation.
> ==11731== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
> ==11731== Using valgrind-3.3.0, a dynamic binary instrumentation
> framework.
> ==11731== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et
> al.
> ==11731== For more details, rerun with: -v
> ==11731==
> ==11741== Syscall param rt_sigaction(act->sa_mask) points to
> uninitialised byte(s)
> ==11741==    at 0x40007D2: (within /lib/ld-2.8.so)
> ==11741==    by 0x52D03B7:
> google_breakpad::ExceptionHandler::TeardownHandler(int)
> (in /usr/lib/gtk-2.0/modules/libgnomebreakpad.so)
> ==11741==    by 0x52D03F6:
> google_breakpad::ExceptionHandler::TeardownAllHandler()
> (in /usr/lib/gtk-2.0/modules/libgnomebreakpad.so)
> ==11741==    by 0x52D07FE:
> google_breakpad::ExceptionHandler::~ExceptionHandler()
> (in /usr/lib/gtk-2.0/modules/libgnomebreakpad.so)

google_breakpad and libgnomebreakpad are parts of 'bug-buddy'

[bash]
  [jack at ...1937... ~]$ locate libgnomebreakpad
  /usr/lib/gtk-2.0/modules/libgnomebreakpad.so

  [jack at ...1937... ~]$ pacman -Qo /usr/lib/gtk-2.0/modules/libgnomebreakpad.so 
  /usr/lib/gtk-2.0/modules/libgnomebreakpad.so is owned by bug-buddy 2.20.1-1
[/bash]

Someone on LinuxQuestions: 
I just created a link to the file it needed in the epsxe directory 
with "ln -s /usr/lib/<subtitute your own path>/libgnomebreakpoint.so . "

and solved the problem
http://www.linuxquestions.org/questions/showthread.php?p=3080387#post3080387

The main idea is that in /opt/lib32/usr/lib/gtk-2.0/modules/ and /usr/lib/gtk-2.0/modules/
the same file is accessable by symlinking.

Ron_1st




More information about the User mailing list