Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Craig
Other things I've tried: * Disabling Xinerama did not prevent the crash * Creating a new user, logging in to a new X session and running LyX resulted in the same crash

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread William Seager
On Wednesday 23 May 2012 08:09:33 Craig wrote: Creating a new user, logging in to a new X session and running LyX resulted in the same crash can a non-root user run lyx sudo? -- William Seager University of Toronto Scarborough www.utsc.utoronto.ca/~seager

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Pavel Sanda
Pavel Sanda wrote: Craig wrote: Then I get: Error returned from iconv EILSEQ An invalid multibyte sequence has been encountered in the input. When converting from UCS-4LE to UTF-8. Input: 0xd0 0x61 0x16 0x3f 0xc0 0x7f 0x0 0x0 0xe0 0xe5 0xf2 0x0 0x0 0x0 0x0 0x0 0x0 0xaf 0xe9 0x0

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Craig
can a non-root user run lyx sudo? Yes.  A non-root user can run lyx with sudo and it works fine.

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Craig
another shot in the darkness - do you have correctly set locales? $ cat locale.gen en_US ISO-8859-1 en_US.UTF-8 UTF-8 $ env | grep LANG LANG=en_US.UTF-8 GDM_LANG=en_US.UTF-8

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Nico Williams
strace lyx running as root and not, then look to see what system calls are failing in the latter case leading up to the segfault. That might give you a clue as to where else to look. Nico --

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Craig
I was able to download the tarball, build it in /opt and run LyX 2.0.3 successfully.  Clearly this is a Gentoo packaging issue of some kind.  I then went back and tried some other things and now LyX runs correctly!  I performed the following steps, which may not make much sense to you unless

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Pavel Sanda
Craig wrote: Now, does it run because I had to re-emerge qt and then re-emerge lyx? Did I need to log out to unload the old copies of QT from memory? one of these, perhaps. I thought I had isolated the xetex flag as the problem, but now that works fine too! xetex use flag only pull

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Craig
Other things I've tried: * Disabling Xinerama did not prevent the crash * Creating a new user, logging in to a new X session and running LyX resulted in the same crash

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread William Seager
On Wednesday 23 May 2012 08:09:33 Craig wrote: Creating a new user, logging in to a new X session and running LyX resulted in the same crash can a non-root user run lyx sudo? -- William Seager University of Toronto Scarborough www.utsc.utoronto.ca/~seager

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Pavel Sanda
Pavel Sanda wrote: Craig wrote: Then I get: Error returned from iconv EILSEQ An invalid multibyte sequence has been encountered in the input. When converting from UCS-4LE to UTF-8. Input: 0xd0 0x61 0x16 0x3f 0xc0 0x7f 0x0 0x0 0xe0 0xe5 0xf2 0x0 0x0 0x0 0x0 0x0 0x0 0xaf 0xe9 0x0

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Craig
can a non-root user run lyx sudo? Yes.  A non-root user can run lyx with sudo and it works fine.

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Craig
another shot in the darkness - do you have correctly set locales? $ cat locale.gen en_US ISO-8859-1 en_US.UTF-8 UTF-8 $ env | grep LANG LANG=en_US.UTF-8 GDM_LANG=en_US.UTF-8

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Nico Williams
strace lyx running as root and not, then look to see what system calls are failing in the latter case leading up to the segfault. That might give you a clue as to where else to look. Nico --

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Craig
I was able to download the tarball, build it in /opt and run LyX 2.0.3 successfully.  Clearly this is a Gentoo packaging issue of some kind.  I then went back and tried some other things and now LyX runs correctly!  I performed the following steps, which may not make much sense to you unless

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Pavel Sanda
Craig wrote: Now, does it run because I had to re-emerge qt and then re-emerge lyx? Did I need to log out to unload the old copies of QT from memory? one of these, perhaps. I thought I had isolated the xetex flag as the problem, but now that works fine too! xetex use flag only pull

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Craig
Other things I've tried: * Disabling Xinerama did not prevent the crash * Creating a new user, logging in to a new X session and running LyX resulted in the same crash

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread William Seager
On Wednesday 23 May 2012 08:09:33 Craig wrote: > Creating a new user, logging in to a new X session and running LyX > resulted in the same crash can a non-root user run lyx sudo? -- William Seager University of Toronto Scarborough www.utsc.utoronto.ca/~seager

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Pavel Sanda
Pavel Sanda wrote: > Craig wrote: > > Then I get: > > > > > > Error returned from iconv > > EILSEQ An invalid multibyte sequence has been encountered in the input. > > When converting from UCS-4LE to UTF-8. > > Input: 0xd0 0x61 0x16 0x3f 0xc0 0x7f 0x0 0x0 0xe0 0xe5 0xf2 0x0 0x0 0x0 0x0 > > 0x0

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Craig
> can a non-root user run lyx sudo? Yes.  A non-root user can run lyx with sudo and it works fine.

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Craig
> another shot in the darkness - do you have correctly set locales? $ cat locale.gen en_US ISO-8859-1 en_US.UTF-8 UTF-8 $ env | grep LANG LANG=en_US.UTF-8 GDM_LANG=en_US.UTF-8

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Nico Williams
strace lyx running as root and not, then look to see what system calls are failing in the latter case leading up to the segfault. That might give you a clue as to where else to look. Nico --

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Craig
I was able to download the tarball, build it in /opt and run LyX 2.0.3 successfully.  Clearly this is a Gentoo packaging issue of some kind.  I then went back and tried some other things and now LyX runs correctly!  I performed the following steps, which may not make much sense to you unless

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Pavel Sanda
Craig wrote: > Now, does it run because I had to re-emerge qt > and then re-emerge lyx? Did I need to log out to unload the old copies > of QT from memory? one of these, perhaps. >I thought I had isolated the xetex flag as the > problem, but now that works fine too! xetex use flag only

LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Craig
I just installed LyX 2.0.3 on a Gentoo system and the application is crashing as soon as the window opens.  I get a dialog box with the SIGSEGV message and then it dies.  The strange part is that I can run LyX successfully if I run it as root.  Idon't know if this a LyX bug or a Gentoo

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Pavel Sanda
Craig wrote: I just installed LyX 2.0.3 on a Gentoo system and the application is crashing as soon as the window opens.  I get a dialog box with the SIGSEGV message and then it dies.  The strange part is that I can run LyX successfully if I run it as root.  Idon't know if this a LyX bug or

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Craig
@lists.lyx.org Sent: Tuesday, May 22, 2012 4:33 PM Subject: Re: LyX SEGSEGV crash just after GUI window appears Craig wrote: I just installed LyX 2.0.3 on a Gentoo system and the application is crashing as soon as the window opens.  I get a dialog box with the SIGSEGV message and then it dies

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Pavel Sanda
Craig wrote: Removing ~/.lyx does not change anything.  It still crashes right away (note that the window, buttons, etc are fully drawn and the file examples/splash.lyx gets loaded before the SIGSEGV dialog box appears). Can you post backtrace when lyx is compiled with debug use flag? P

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread William Seager
On Monday 21 May 2012 10:23:01 Craig wrote: The strange part is that I can run LyX successfully if I run it as root. That must be a big clue - can you create a brand new user and see if lyx runs for the new user?

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Craig
sudo lyx I don't get any errors or warning messages. From: Pavel Sanda sa...@lyx.org To: lyx-users@lists.lyx.org Sent: Tuesday, May 22, 2012 4:50 PM Subject: Re: LyX SEGSEGV crash just after GUI window appears Craig wrote: Removing ~/.lyx does not change

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Pavel Sanda
Craig wrote: Then I get: Error returned from iconv EILSEQ An invalid multibyte sequence has been encountered in the input. When converting from UCS-4LE to UTF-8. Input: 0xd0 0x61 0x16 0x3f 0xc0 0x7f 0x0 0x0 0xe0 0xe5 0xf2 0x0 0x0 0x0 0x0 0x0 0x0 0xaf 0xe9 0x0 0x0 0x0 0x0 0x0 0xc0  This

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Craig
::on_dataChanged GuiSelection.cpp(91): GuiSelection::on_dataChanged From: Pavel Sanda sa...@lyx.org To: lyx-users@lists.lyx.org Sent: Tuesday, May 22, 2012 5:19 PM Subject: Re: LyX SEGSEGV crash just after GUI window appears Craig wrote: Then I get: Error

LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Craig
I just installed LyX 2.0.3 on a Gentoo system and the application is crashing as soon as the window opens.  I get a dialog box with the SIGSEGV message and then it dies.  The strange part is that I can run LyX successfully if I run it as root.  Idon't know if this a LyX bug or a Gentoo

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Pavel Sanda
Craig wrote: I just installed LyX 2.0.3 on a Gentoo system and the application is crashing as soon as the window opens.  I get a dialog box with the SIGSEGV message and then it dies.  The strange part is that I can run LyX successfully if I run it as root.  Idon't know if this a LyX bug or

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Craig
@lists.lyx.org Sent: Tuesday, May 22, 2012 4:33 PM Subject: Re: LyX SEGSEGV crash just after GUI window appears Craig wrote: I just installed LyX 2.0.3 on a Gentoo system and the application is crashing as soon as the window opens.  I get a dialog box with the SIGSEGV message and then it dies

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Pavel Sanda
Craig wrote: Removing ~/.lyx does not change anything.  It still crashes right away (note that the window, buttons, etc are fully drawn and the file examples/splash.lyx gets loaded before the SIGSEGV dialog box appears). Can you post backtrace when lyx is compiled with debug use flag? P

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread William Seager
On Monday 21 May 2012 10:23:01 Craig wrote: The strange part is that I can run LyX successfully if I run it as root. That must be a big clue - can you create a brand new user and see if lyx runs for the new user?

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Craig
sudo lyx I don't get any errors or warning messages. From: Pavel Sanda sa...@lyx.org To: lyx-users@lists.lyx.org Sent: Tuesday, May 22, 2012 4:50 PM Subject: Re: LyX SEGSEGV crash just after GUI window appears Craig wrote: Removing ~/.lyx does not change

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Pavel Sanda
Craig wrote: Then I get: Error returned from iconv EILSEQ An invalid multibyte sequence has been encountered in the input. When converting from UCS-4LE to UTF-8. Input: 0xd0 0x61 0x16 0x3f 0xc0 0x7f 0x0 0x0 0xe0 0xe5 0xf2 0x0 0x0 0x0 0x0 0x0 0x0 0xaf 0xe9 0x0 0x0 0x0 0x0 0x0 0xc0  This

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Craig
::on_dataChanged GuiSelection.cpp(91): GuiSelection::on_dataChanged From: Pavel Sanda sa...@lyx.org To: lyx-users@lists.lyx.org Sent: Tuesday, May 22, 2012 5:19 PM Subject: Re: LyX SEGSEGV crash just after GUI window appears Craig wrote: Then I get: Error

LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Craig
I just installed LyX 2.0.3 on a Gentoo system and the application is crashing as soon as the window opens.  I get a dialog box with the SIGSEGV message and then it dies.  The strange part is that I can run LyX successfully if I run it as root.  Idon't know if this a LyX bug or a Gentoo

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Pavel Sanda
Craig wrote: > I just installed LyX 2.0.3 on a Gentoo system and the application is crashing > as soon as the window opens.  I get a dialog box with the SIGSEGV message and > then it dies.  The strange part is that I can run LyX successfully if I run > it as root.  Idon't know if this a LyX bug

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Craig
-users@lists.lyx.org Sent: Tuesday, May 22, 2012 4:33 PM Subject: Re: LyX SEGSEGV crash just after GUI window appears Craig wrote: > I just installed LyX 2.0.3 on a Gentoo system and the application is crashing > as soon as the window opens.  I get a dialog box with the SIGSEGV message and &g

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Pavel Sanda
Craig wrote: > Removing ~/.lyx does not change anything.  It still crashes right away (note > that the window, buttons, etc are fully drawn and the file > examples/splash.lyx gets loaded before the SIGSEGV dialog box appears). Can you post backtrace when lyx is compiled with debug use flag? P

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread William Seager
On Monday 21 May 2012 10:23:01 Craig wrote: > The strange part is that I can run LyX successfully if I run it as root. That must be a big clue - can you create a brand new user and see if lyx runs for the new user?

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Craig
s root or do "sudo lyx" I don't get any errors or warning messages. From: Pavel Sanda <sa...@lyx.org> To: lyx-users@lists.lyx.org Sent: Tuesday, May 22, 2012 4:50 PM Subject: Re: LyX SEGSEGV crash just after GUI window appears Craig wrote:

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Pavel Sanda
Craig wrote: > Then I get: > > > Error returned from iconv > EILSEQ An invalid multibyte sequence has been encountered in the input. > When converting from UCS-4LE to UTF-8. > Input: 0xd0 0x61 0x16 0x3f 0xc0 0x7f 0x0 0x0 0xe0 0xe5 0xf2 0x0 0x0 0x0 0x0 > 0x0 0x0 0xaf 0xe9 0x0 0x0 0x0 0x0 0x0

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Craig
.cpp(91): GuiSelection::on_dataChanged GuiSelection.cpp(91): GuiSelection::on_dataChanged From: Pavel Sanda <sa...@lyx.org> To: lyx-users@lists.lyx.org Sent: Tuesday, May 22, 2012 5:19 PM Subject: Re: LyX SEGSEGV crash just after GUI window appears Craig wrote: