* [gentoo-dev] xemacs segfault : it's not over yet
@ 2002-04-14 23:57 Sebastien Phaneuf
2002-04-15 3:35 ` Dave Lee
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Sebastien Phaneuf @ 2002-04-14 23:57 UTC (permalink / raw
To: gentoo-dev, gentoo-user
I'm having problem with xemacs. It's segfaulting at startup (im using Gentoo
1.1a evrything has just been built. I did'nt run any command except for
emerge :) ).
I browse the Gentoo archive for this probleme and a lot of people seems to
have it. But strangely no solution has been provide...
Any Idea?
Thanks
Sebastien
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] xemacs segfault : it's not over yet
2002-04-14 23:57 [gentoo-dev] xemacs segfault : it's not over yet Sebastien Phaneuf
@ 2002-04-15 3:35 ` Dave Lee
2002-04-15 5:40 ` Arcady Genkin
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Dave Lee @ 2002-04-15 3:35 UTC (permalink / raw
To: gentoo-dev; +Cc: gentoo-user
try
SANDBOX_DISABLED="1" emerge xemacs
Dave
Sebastien Phaneuf wrote:
> I'm having problem with xemacs. It's segfaulting at startup (im using Gentoo
> 1.1a evrything has just been built. I did'nt run any command except for
> emerge :) ).
>
> I browse the Gentoo archive for this probleme and a lot of people seems to
> have it. But strangely no solution has been provide...
>
> Any Idea?
>
> Thanks
>
> Sebastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] xemacs segfault : it's not over yet
2002-04-14 23:57 [gentoo-dev] xemacs segfault : it's not over yet Sebastien Phaneuf
2002-04-15 3:35 ` Dave Lee
@ 2002-04-15 5:40 ` Arcady Genkin
2002-04-15 7:01 ` Matthew Kennedy
2002-04-15 15:03 ` Andreas Wacknitz
3 siblings, 0 replies; 7+ messages in thread
From: Arcady Genkin @ 2002-04-15 5:40 UTC (permalink / raw
To: gentoo-dev
"Sebastien Phaneuf" <warloch13@hotmail.com> writes:
> I'm having problem with xemacs. It's segfaulting at startup (im using
> Gentoo 1.1a evrything has just been built. I did'nt run any command
> except for emerge :) ).
>
> I browse the Gentoo archive for this probleme and a lot of people
> seems to have it. But strangely no solution has been provide...
See bugs 1574 and 1728. The problem seems to lie with the sandbox
code of portage. Hopefully, the portage wizards are working on a fix
for this bug.
--
Arcady Genkin
Don't read everything you believe.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] xemacs segfault : it's not over yet
2002-04-14 23:57 [gentoo-dev] xemacs segfault : it's not over yet Sebastien Phaneuf
2002-04-15 3:35 ` Dave Lee
2002-04-15 5:40 ` Arcady Genkin
@ 2002-04-15 7:01 ` Matthew Kennedy
2002-04-15 15:03 ` Andreas Wacknitz
3 siblings, 0 replies; 7+ messages in thread
From: Matthew Kennedy @ 2002-04-15 7:01 UTC (permalink / raw
To: gentoo-dev
Howdy,
See Comment 8 at http://bugs.gentoo.org/show_bug.cgi?id=1501
The xemacs segfaults you are seeing seem to be related to sandbox. This
is a problem that is being currently researched by gentoo developers. In
the mean time, there are two work-arounds:
1. If you have a segfaulting xemacs you can run xemacs like this to
avoid the segfaulting:
LD_PRELOAD=/usr/lib/portage/lib/libsandbox.so xemacs
Better yet, define yourself an alias:
alias xemacs='LD_PRELOAD=/usr/lib/portage/lib/libsandbox.so xemacs'
2. If you feel like re-emerging xemacs, temporarily change the
FEATURES="..." line in /etc/make.conf from "sandbox" to "-sandbox". Then
"emerge xemacs". The resulting xemacs binary should no longer segfault.
At this point you can restore your old FEATURES="..." line in
/etc/make.conf to include "sandbox" (a good idea).
eg. If my FEATURES line looks like:
FEATURES="sandbox digest noclean"
then I change it to:
FEATURES="-sandbox digest noclean"
then "emerge xemacs", then change back to
FEATURES="sandbox digest noclean"
Then run xemacs as you normally would (ie. no LD_PRELOAD setting
required).
On Sun, 2002-04-14 at 18:57, Sebastien Phaneuf wrote:
> I'm having problem with xemacs. It's segfaulting at startup (im using Gentoo
> 1.1a evrything has just been built. I did'nt run any command except for
> emerge :) ).
--
Matthew Kennedy
Gentoo Linux Developer
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] xemacs segfault : it's not over yet
2002-04-14 23:57 [gentoo-dev] xemacs segfault : it's not over yet Sebastien Phaneuf
` (2 preceding siblings ...)
2002-04-15 7:01 ` Matthew Kennedy
@ 2002-04-15 15:03 ` Andreas Wacknitz
3 siblings, 0 replies; 7+ messages in thread
From: Andreas Wacknitz @ 2002-04-15 15:03 UTC (permalink / raw
To: gentoo-dev; +Cc: gentoo-user
Am Mon, 2002-04-15 um 01.57 schrieb Sebastien Phaneuf:
> I'm having problem with xemacs. It's segfaulting at startup (im using Gentoo
> 1.1a evrything has just been built. I did'nt run any command except for
> emerge :) ).
>
> I browse the Gentoo archive for this probleme and a lot of people seems to
> have it. But strangely no solution has been provide...
I had the same problem. And procinfo segfaulted, too. I emerged and
compiled older linux kernel sources (2.4.17-r5) and the problems
vanished...
HTH,
Andreas
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] xemacs segfault : it's not over yet
@ 2002-04-15 18:31 Aadi Deshpande
2002-04-15 19:01 ` Andreas Wacknitz
0 siblings, 1 reply; 7+ messages in thread
From: Aadi Deshpande @ 2002-04-15 18:31 UTC (permalink / raw
To: gentoo-dev
I'm trying to track down this problem myself ( because I can't live without xemacs )
Andreas, did you remerge xemacs once you recompiled the older kernel?
This is bug 1574 in bugzilla, non?
Also, in another unrelated problem ( except that it relates to xemacs ), gtk-xemacs breaks the
sandbox.
or at least that's what i assume "ACCESS DENIED open_wr:<yadda><yadda><yadda>" means.
Where's reading on sandbox available?
Subject: Re: [gentoo-dev] xemacs segfault : it's not over yet
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
To: gentoo-dev@gentoo.org
Cc: gentoo-user@gentoo.org
Date: 15 Apr 2002 17:03:02 +0200
Reply-To: gentoo-dev@gentoo.org
Am Mon, 2002-04-15 um 01.57 schrieb Sebastien Phaneuf:
> I'm having problem with xemacs. It's segfaulting at startup (im using Gentoo
> 1.1a evrything has just been built. I did'nt run any command except for
> emerge :) ).
>
> I browse the Gentoo archive for this probleme and a lot of people seems to
> have it. But strangely no solution has been provide...
I had the same problem. And procinfo segfaulted, too. I emerged and
compiled older linux kernel sources (2.4.17-r5) and the problems
vanished...
HTH,
Andreas
__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] xemacs segfault : it's not over yet
2002-04-15 18:31 Aadi Deshpande
@ 2002-04-15 19:01 ` Andreas Wacknitz
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Wacknitz @ 2002-04-15 19:01 UTC (permalink / raw
To: gentoo-dev
Am Mon, 2002-04-15 um 20.31 schrieb Aadi Deshpande:
> I'm trying to track down this problem myself ( because I can't live without xemacs )
>
> Andreas, did you remerge xemacs once you recompiled the older kernel?
Yes, as far as I remember. But I did not remerge procinfo which runs
fine now.
>
> This is bug 1574 in bugzilla, non?
>
> Also, in another unrelated problem ( except that it relates to xemacs ), gtk-xemacs breaks the
> sandbox.
>
> or at least that's what i assume "ACCESS DENIED open_wr:<yadda><yadda><yadda>" means.
>
> Where's reading on sandbox available?
>
>
>
>
>
> Subject: Re: [gentoo-dev] xemacs segfault : it's not over yet
> From: Andreas Wacknitz <A.Wacknitz@gmx.de>
> To: gentoo-dev@gentoo.org
> Cc: gentoo-user@gentoo.org
> Date: 15 Apr 2002 17:03:02 +0200
> Reply-To: gentoo-dev@gentoo.org
>
> Am Mon, 2002-04-15 um 01.57 schrieb Sebastien Phaneuf:
> > I'm having problem with xemacs. It's segfaulting at startup (im using Gentoo
> > 1.1a evrything has just been built. I did'nt run any command except for
> > emerge :) ).
> >
> > I browse the Gentoo archive for this probleme and a lot of people seems to
> > have it. But strangely no solution has been provide...
> I had the same problem. And procinfo segfaulted, too. I emerged and
> compiled older linux kernel sources (2.4.17-r5) and the problems
> vanished...
>
> HTH,
> Andreas
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Tax Center - online filing with TurboTax
> http://taxes.yahoo.com/
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-04-15 19:02 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-14 23:57 [gentoo-dev] xemacs segfault : it's not over yet Sebastien Phaneuf
2002-04-15 3:35 ` Dave Lee
2002-04-15 5:40 ` Arcady Genkin
2002-04-15 7:01 ` Matthew Kennedy
2002-04-15 15:03 ` Andreas Wacknitz
-- strict thread matches above, loose matches on Subject: below --
2002-04-15 18:31 Aadi Deshpande
2002-04-15 19:01 ` Andreas Wacknitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox