Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-12-05 Thread Jean-Marc Lasgouttes
Le 05/12/2022 à 15:54, Kornel Benko a écrit : I have some work with cmake to do. Have to rearrange the detection of QT and LYX_STDLIB_DEBUG. No big deal. OK But I didn't understand: Is _GLIBCXX_DEBUG and _GLIBCXX_DEBUG_PEDANTIC now abandoned also for QT5? This is still there and still

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-12-05 Thread Kornel Benko
Am Sun, 4 Dec 2022 19:38:10 +0100 schrieb Jean-Marc Lasgouttes : > Le 25/11/2022 à 13:00, Kornel Benko a écrit : > > So, would it be sufficient to use _GLIBCXX_ASSERTIONS in case of QT6 only? > > Or should we use it on all qt versions? > > I added in autoconf --enable-stdlib-assertions, that

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-12-04 Thread Jürgen Spitzmüller
Am Sonntag, dem 04.12.2022 um 19:40 +0100 schrieb Jean-Marc Lasgouttes: > Why do you compile with included-dtl BTW? Can't remember. It ended up in the build script eventually. > Maintainer mode should also by the default for development builds. This as well. -- Jürgen -- lyx-devel mailing

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-12-04 Thread Jean-Marc Lasgouttes
Le 19/11/2022 à 20:39, Jürgen Spitzmüller a écrit : Am Samstag, dem 19.11.2022 um 18:40 +0100 schrieb Jean-Marc Lasgouttes: But there is no stdlib-debug in this setting, right? I compile --with-version-suffix=-dev --enable-maintainer-mode --with-included- hunspell --with-included-dtl

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-12-04 Thread Jean-Marc Lasgouttes
Le 25/11/2022 à 13:00, Kornel Benko a écrit : So, would it be sufficient to use _GLIBCXX_ASSERTIONS in case of QT6 only? Or should we use it on all qt versions? I added in autoconf --enable-stdlib-assertions, that is set automatically in development builds. stdlib-debug is now always off

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-12-04 Thread Kornel Benko
Ping Am Fri, 25 Nov 2022 13:00:01 +0100 schrieb Kornel Benko : > > > So, maybe the problem is very specific to --enable-stdlib-debug and has > > > to do with the way we use external libraries. > > > > It might be time to dump debug iterators and use the less annoying but > > less powerful

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-25 Thread Kornel Benko
Am Wed, 23 Nov 2022 15:48:37 +0100 schrieb Jean-Marc Lasgouttes : > Le 23/11/2022 à 04:13, Richard Kimberly Heck a écrit : > > In general, from the LyX bug report, it looks like they're building LyX > > but not Qt with debug iterators enabled. > > > > That is a bad idea. libstdc++ debug mode

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-23 Thread Richard Kimberly Heck
On 11/23/22 05:29, José Matos wrote: On Tue, 2022-11-22 at 22:13 -0500, Richard Kimberly Heck wrote: Here's the program to check: #define _GLIBCXX_DEBUG 1 #include int main() {    std::unordered_set::iterator it{};    it == it; } That's what was crashing in GCC. Are you saying that this

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-23 Thread Jean-Marc Lasgouttes
Le 23/11/2022 à 04:13, Richard Kimberly Heck a écrit : In general, from the LyX bug report, it looks like they're building LyX but not Qt with debug iterators enabled. That is a bad idea. libstdc++ debug mode breaks ABI. I don't think we ever return any QMap in Qt across its library boundary,

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-23 Thread jspitzm
Am Dienstag, dem 22.11.2022 um 22:13 -0500 schrieb Richard Kimberly Heck: > Here's the program to check: > > #define _GLIBCXX_DEBUG 1 > #include > > int main() > { >    std::unordered_set::iterator it{}; >    it == it; > } > > That's what was crashing in GCC. Does not crash for me. > > I

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-23 Thread José Matos
On Tue, 2022-11-22 at 22:13 -0500, Richard Kimberly Heck wrote: > Here's the program to check: > > #define _GLIBCXX_DEBUG 1 > #include > > int main() > { >    std::unordered_set::iterator it{}; >    it == it; > } > > That's what was crashing in GCC. Are you saying that this program will crash

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-22 Thread Richard Kimberly Heck
On 11/21/22 01:18, Jürgen Spitzmüller wrote: Am Sonntag, dem 20.11.2022 um 18:43 -0500 schrieb Richard Kimberly Heck: If I remember correctly, there are little crashing programs in the Qt and GCC bug reports. Can you try compiling those and see if they crash? Not full programs AFAICS. That

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-20 Thread Jürgen Spitzmüller
Am Sonntag, dem 20.11.2022 um 18:43 -0500 schrieb Richard Kimberly Heck: > If I remember correctly, there are little crashing programs in the Qt > and GCC bug reports. Can you try compiling those and see if they > crash? Not full programs AFAICS. > That at least will help pinpoint where the

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-20 Thread Richard Kimberly Heck
On 11/20/22 12:30, Jürgen Spitzmüller wrote: Hi André Am Donnerstag, dem 17.11.2022 um 12:24 + schrieb André Pönitz: That's linked from    https://bugreports.qt.io/browse/QTBUG-108604 now. That ticket has been closed, but our bug is still there. I see it with gcc 12. Any more ideas?

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-20 Thread Jürgen Spitzmüller
Hi André Am Donnerstag, dem 17.11.2022 um 12:24 + schrieb André Pönitz: > That's linked from > >    https://bugreports.qt.io/browse/QTBUG-108604 > > now. That ticket has been closed, but our bug is still there. I see it with gcc 12. Any more ideas? -- Jürgen -- lyx-devel mailing list

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-19 Thread Jürgen Spitzmüller
Am Samstag, dem 19.11.2022 um 18:40 +0100 schrieb Jean-Marc Lasgouttes: > But there is no stdlib-debug in this setting, right? I compile --with-version-suffix=-dev --enable-maintainer-mode --with-included- hunspell --with-included-dtl --enable-qt6 I think the crash only occurs when stdlib-debug

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-19 Thread Jean-Marc Lasgouttes
Le 19/11/2022 à 17:50, Jürgen Spitzmüller a écrit : Am Samstag, dem 19.11.2022 um 16:56 +0100 schrieb Jean-Marc Lasgouttes: ../master/configure --with-version-suffix=-master 'CXX=clang++-14 -stdlib=libc++' This one crashes as well. But there is no stdlib-debug in this setting, right? JMarc

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-19 Thread Jürgen Spitzmüller
Am Samstag, dem 19.11.2022 um 16:56 +0100 schrieb Jean-Marc Lasgouttes: > ../master/configure --with-version-suffix=-master 'CXX=clang++-14 > -stdlib=libc++' This one crashes as well. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-19 Thread Scott Kostyshak
On Sat, Nov 19, 2022 at 04:56:04PM +0100, Jean-Marc Lasgouttes wrote: > Le 19/11/2022 à 01:50, Scott Kostyshak a écrit : > > On Fri, Nov 18, 2022 at 11:39:49PM +0100, Pavel Sanda wrote: > > > On Fri, Nov 18, 2022 at 04:23:43PM +0100, Jürgen Spitzmüller wrote: > > > > Am Donnerstag, dem 17.11.2022

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-19 Thread Jean-Marc Lasgouttes
Le 19/11/2022 à 01:50, Scott Kostyshak a écrit : On Fri, Nov 18, 2022 at 11:39:49PM +0100, Pavel Sanda wrote: On Fri, Nov 18, 2022 at 04:23:43PM +0100, Jürgen Spitzmüller wrote: Am Donnerstag, dem 17.11.2022 um 19:21 +0100 schrieb Jean-Marc Lasgouttes: You're right, I read to fast. So GCC

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-19 Thread Scott Kostyshak
On Sat, Nov 19, 2022 at 11:48:58AM +0100, Jürgen Spitzmüller wrote: > Am Freitag, dem 18.11.2022 um 19:50 -0500 schrieb Scott Kostyshak: > > Jürgen, can you compile with Clang to see if you can reproduce? > > Yes, this also crashes: > > (gdb) bt > #0 0x760957ec in

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-19 Thread Jürgen Spitzmüller
Am Freitag, dem 18.11.2022 um 19:50 -0500 schrieb Scott Kostyshak: > Jürgen, can you compile with Clang to see if you can reproduce? Yes, this also crashes: (gdb) bt #0 0x760957ec in __pthread_kill_implementation () at /lib64/libc.so.6 #1 0x76042816 in raise () at

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-19 Thread Jürgen Spitzmüller
Am Freitag, dem 18.11.2022 um 23:39 +0100 schrieb Pavel Sanda: > Bummer. We either see different bug or the fix is not enough. Maybe. All I can say is that I still see the very bug I reported. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-18 Thread Scott Kostyshak
On Fri, Nov 18, 2022 at 11:39:49PM +0100, Pavel Sanda wrote: > On Fri, Nov 18, 2022 at 04:23:43PM +0100, Jürgen Spitzmüller wrote: > > Am Donnerstag, dem 17.11.2022 um 19:21 +0100 schrieb Jean-Marc > > Lasgouttes: > > > You're right, I read to fast. So GCC ???11 is ok. > > > > I am not sure I

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-18 Thread Pavel Sanda
On Fri, Nov 18, 2022 at 04:23:43PM +0100, Jürgen Spitzmüller wrote: > Am Donnerstag, dem 17.11.2022 um 19:21 +0100 schrieb Jean-Marc > Lasgouttes: > > You're right, I read to fast. So GCC ???11 is ok. > > I am not sure I understand. Andre references to Qt bug, which claims that it is underlying

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-18 Thread Jürgen Spitzmüller
Am Donnerstag, dem 17.11.2022 um 19:21 +0100 schrieb Jean-Marc Lasgouttes: > You're right, I read to fast. So GCC ≥11 is ok. I am not sure I understand. I have gcc 12.2.1 and see the crash. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-17 Thread Jean-Marc Lasgouttes
You're right, I read to fast. So GCC ≥11 is ok. We could also drop stdlib-debug and use the less intrusive assertion define (sorry I can't look it up now). JMarc Le 17 novembre 2022 18:26:48 GMT+01:00, Richard Kimberly Heck a écrit : >On 11/17/22 12:18, Jean-Marc Lasgouttes wrote: >> Le

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-17 Thread Richard Kimberly Heck
On 11/17/22 12:18, Jean-Marc Lasgouttes wrote: Le 17/11/2022 à 16:43, Scott Kostyshak a écrit : Thanks so much, Andre'! I really appreciate that! It is very helpful to know that it is a GCC bug. Now we can make a plan moving forward for the release regarding this issue. I read it as a Qt

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-17 Thread Pavel Sanda
On Thu, Nov 17, 2022 at 10:59:59AM -0500, Richard Kimberly Heck wrote: > If I'm reading the GCC stuff correctly, the bug is in the C++ libraries, so > the bug is not really in the LyX binaries at all, or even in the Qt ones. We > see it with Qt 6 because they use a construction there that triggers

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-17 Thread Jean-Marc Lasgouttes
Le 17/11/2022 à 16:43, Scott Kostyshak a écrit : Thanks so much, Andre'! I really appreciate that! It is very helpful to know that it is a GCC bug. Now we can make a plan moving forward for the release regarding this issue. I read it as a Qt bug: "we're comparing singular (=

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-17 Thread Richard Kimberly Heck
On 11/17/22 10:48, Scott Kostyshak wrote: On Thu, Nov 17, 2022 at 10:43:40AM -0500, Scott Kostyshak wrote: On Thu, Nov 17, 2022 at 12:24:31PM +, André Pönitz wrote: That's linked from https://bugreports.qt.io/browse/QTBUG-108604 It is very helpful to know that it is a GCC bug. Now

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-17 Thread Scott Kostyshak
On Thu, Nov 17, 2022 at 10:43:40AM -0500, Scott Kostyshak wrote: > On Thu, Nov 17, 2022 at 12:24:31PM +, André Pönitz wrote: > > That's linked from > > > >https://bugreports.qt.io/browse/QTBUG-108604 > > > It is very helpful to know that it is a GCC bug. Now we can make a plan > moving

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-17 Thread Scott Kostyshak
On Thu, Nov 17, 2022 at 12:24:31PM +, André Pönitz wrote: > Hi. > > On Fri, Nov 11, 2022 at 03:16:05PM -0500, Scott Kostyshak wrote: > > The following issue seems pretty bad: > > > > https://www.lyx.org/trac/ticket/12215 > > That's linked from > >

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-17 Thread André Pönitz
Hi. On Fri, Nov 11, 2022 at 03:16:05PM -0500, Scott Kostyshak wrote: > The following issue seems pretty bad: > > https://www.lyx.org/trac/ticket/12215 That's linked from https://bugreports.qt.io/browse/QTBUG-108604 now. Best regards, Andre' -- lyx-devel mailing list

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-16 Thread Scott Kostyshak
On Fri, Nov 11, 2022 at 03:16:05PM -0500, Scott Kostyshak wrote: > The following issue seems pretty bad: > > https://www.lyx.org/trac/ticket/12215 > > Is there someone who is brave enough with time to attempt a fix? > > If no one fixes it in time, shall we postpone 2.4.0 or proceed with >

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-15 Thread Jürgen Spitzmüller
Am Montag, dem 14.11.2022 um 13:47 -0500 schrieb Scott Kostyshak: > I don't suppose we could ask André for a favor to look into it? I do > not know him, but I am happy to ask if others think it is not a bad > idea. Yes, it's worth a try. -- Jürgen -- lyx-devel mailing list

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-14 Thread Cor Blom
Op 14-11-2022 om 13:46 schreef Thibaut Cuvelier: On Mon, 14 Nov 2022, 11:45 Pavel Sanda, > wrote: On Fri, Nov 11, 2022 at 03:16:05PM -0500, Scott Kostyshak wrote: > If no one fixes it in time, shall we postpone 2.4.0 No, I wouldn't do that. > or proceed

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-14 Thread Scott Kostyshak
On Sat, Nov 12, 2022 at 06:28:44AM +0100, Jürgen Spitzmüller wrote: > Am Freitag, dem 11.11.2022 um 21:32 +0100 schrieb Thibaut Cuvelier: > > > The following issue seems pretty bad: > > > > > >   https://www.lyx.org/trac/ticket/12215 > > > > > > Is there someone who is brave enough with time to

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-14 Thread Thibaut Cuvelier
On Mon, 14 Nov 2022, 11:45 Pavel Sanda, wrote: > On Fri, Nov 11, 2022 at 03:16:05PM -0500, Scott Kostyshak wrote: > > If no one fixes it in time, shall we postpone 2.4.0 > > No, I wouldn't do that. > > > or proceed with 2.4.0 and state that Qt6 is not officially supported > because of #12215? >

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-14 Thread Pavel Sanda
On Fri, Nov 11, 2022 at 03:16:05PM -0500, Scott Kostyshak wrote: > If no one fixes it in time, shall we postpone 2.4.0 No, I wouldn't do that. > or proceed with 2.4.0 and state that Qt6 is not officially supported because > of #12215? I see three options: 1) we don't support QT6 and break

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-11 Thread Jürgen Spitzmüller
Am Freitag, dem 11.11.2022 um 21:32 +0100 schrieb Thibaut Cuvelier: > > The following issue seems pretty bad: > > > >   https://www.lyx.org/trac/ticket/12215 > > > > Is there someone who is brave enough with time to attempt a fix? I am afraid it is beyond me (I tried to delve into it but gave

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-11 Thread Thibaut Cuvelier
On Fri, 11 Nov 2022 at 21:16, Scott Kostyshak wrote: > The following issue seems pretty bad: > > https://www.lyx.org/trac/ticket/12215 > > Is there someone who is brave enough with time to attempt a fix? > > If no one fixes it in time, shall we postpone 2.4.0 or proceed with > 2.4.0 and state

2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-11-11 Thread Scott Kostyshak
The following issue seems pretty bad: https://www.lyx.org/trac/ticket/12215 Is there someone who is brave enough with time to attempt a fix? If no one fixes it in time, shall we postpone 2.4.0 or proceed with 2.4.0 and state that Qt6 is not officially supported because of #12215? I suppose an

Re: lyx crashes while menu navigating to the left

2020-08-26 Thread V K
gate through menus with keyboard (arrows), let's >> say, menu Navigate, go deeper into sub-menu (Bookmarks – Save Bookmark 1) >> and if there will be no more sub-menu in the left but you press left arrow >> Lyx crashes and after relaunching there is no documents from last sess

Re: lyx crashes while menu navigating to the left

2020-02-19 Thread Richard Kimberly Heck
o sub-menu (Bookmarks – Save Bookmark 1) >> and if there will be no more sub-menu in the left but you press left arrow >> Lyx crashes and after relaunching there is no documents from last session. >> If you go right with arrow, this opens right to the active menu. If you go >

Re: LyX crashes when handling selected databases in the BibTeX Bibliography dialog.

2019-11-20 Thread Jürgen Spitzmüller
Am Mittwoch, den 20.11.2019, 13:25 +0100 schrieb pdv: > In the dialog for adding a citation, when selecting an item in the > list > on the left, the detail-view is not updated. It's only updated when > selecting an item in the list on the right. > > Can you confirm that? Yes, confirmed. And

Re: LyX crashes when handling selected databases in the BibTeX Bibliography dialog.

2019-11-20 Thread pdv
On 19/11/2019 13:49, Jürgen Spitzmüller wrote: Am Montag, den 18.11.2019, 10:10 +0100 schrieb pdv: It works without and when I put it back in, I got immediately a crash. Tested and committed. Thanks! Jürgen Jürgen I just found out another issue. In the dialog for adding a citation,

Re: LyX crashes when handling selected databases in the BibTeX Bibliography dialog.

2019-11-19 Thread Jürgen Spitzmüller
Am Montag, den 18.11.2019, 10:10 +0100 schrieb pdv: > It works without and when I put it back in, I got immediately a > crash. Tested and committed. Thanks! Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: LyX crashes when handling selected databases in the BibTeX Bibliography dialog.

2019-11-18 Thread pdv
On 18/11/2019 09:55, Jürgen Spitzmüller wrote: Am Sonntag, den 17.11.2019, 19:50 +0100 schrieb pdv: In addPB_clicked() the idx is only used in one place and it’s definition can be moved. In upPB_clicked() and downPB_clicked() I first made idx of type QPersistentModelIndex and this avoids the

Re: LyX crashes when handling selected databases in the BibTeX Bibliography dialog.

2019-11-18 Thread Jürgen Spitzmüller
Am Sonntag, den 17.11.2019, 19:50 +0100 schrieb pdv: > In addPB_clicked() the idx is only used in one place and it’s > definition > can be moved. In upPB_clicked() and downPB_clicked() I first made idx > of > type QPersistentModelIndex and this avoids the crashes but the > selection > is lost

LyX crashes when handling selected databases in the BibTeX Bibliography dialog.

2019-11-17 Thread pdv
On macos and with the LyX2.4 master: In the BibTeX Bibliography dialog: when handling items in the selected databases list (moving items up/down or adding items) LyX crashes with an EXC_BAD_ACCESS. (LyX2.3.1 does not show this problem.) Possible solution: In GuiSelectionManager.cpp

Re: LyX Crashes on Import LaTeX File

2018-09-25 Thread Ross Teixeira
Hello, Ah yep, that looks to be the same issue. I followed the advice linked in that thread, and seem to get similar results to one of the reports. LyX saves the imported .lyx file, and also crashes with the same error. Reopening the .lyx file works, and it will compile, though it appears

Re: LyX Crashes on Import LaTeX File

2018-09-25 Thread Scott Kostyshak
On Tue, Sep 25, 2018 at 10:27:29PM -0400, Richard Kimberly Heck wrote: > On 9/25/18 10:17 PM, Ross Teixeira wrote: > > Hello, > > > > The attached .tex file from a course assignment seems to crash LyX when > > being imported. > > What version of LyX? What OS? I have no problem on current stable

Re: LyX Crashes on Import LaTeX File

2018-09-25 Thread Richard Kimberly Heck
On 9/25/18 10:17 PM, Ross Teixeira wrote: > Hello, > > The attached .tex file from a course assignment seems to crash LyX when being > imported. What version of LyX? What OS? I have no problem on current stable branch, on Linux. Riki

LyX Crashes on Import LaTeX File

2018-09-25 Thread Ross Teixeira
Hello, The attached .tex file from a course assignment seems to crash LyX when being imported. The error given is: ( 1) 1 lyx 0x00010cab4dcf _ZN3lyx8frontend5Alert7doErrorERKNSt3__112basic_stringIwNS2_11char_traitsIwEENS2_9allocatorIwSA_b : 1 lyx 0x00010cab4dcf

RE: #10779: LyX crashes when inserting cross references

2017-12-28 Thread Lev Ioffe
Yes, it helps - but it is very inconvenient because I am stuck with pw manager. Thank you! -Original Message- From: LyX Ticket Tracker [mailto:t...@lyx.org] Sent: Thursday, December 28, 2017 2:09 AM To: lev.b.ioffe.c...@gmail.com; skost...@lyx.org Subject: Re: #10779: LyX crashes when

Re: #10779: LyX crashes when inserting cross references

2017-11-02 Thread Jürgen Spitzmüller
Am Donnerstag, den 02.11.2017, 16:49 -0400 schrieb Lev Ioffe: > can you provide the email of a developer? You can use mine (see sender of this mail). Jürgen signature.asc Description: This is a digitally signed message part

Re: #10779: LyX crashes when inserting cross references

2017-11-02 Thread Lev Ioffe
can you provide the email of a developer? On Nov 2, 2017 3:26 PM, "LyX Ticket Tracker" <t...@lyx.org> wrote: > #10779: LyX crashes when inserting cross references > ---+- > Reporter: levbioffe | Owner: lasgou

Re: #10042: LyX crashes in conjunction with find-and-replace

2016-12-17 Thread Alexander Dunlap
Stack trace of thread > 1198: > #0 0x7f0ec4ee648d > poll (libc.so.6) > #1 0x7f0ec4732786 > n/a (libglib-2.0.so.0) > #2 0x7f0ec473289c > g_main_con

Re: #10042: LyX crashes in conjunction with find-and-replace

2016-12-17 Thread Richard Heck
#0 > 0x7f0ec4ee648d poll (libc.so.6) > #1 > 0x7f0ec4732786 n/a (libglib-2.0.so.0) > #2 > 0x7f0ec473289c g_main_context_iteration (libglib-2.0.so.0) >

Re: #10042: LyX crashes in conjunction with find-and-replace

2016-12-17 Thread Alexander Dunlap
On Fri, Mar 25, 2016 at 8:52 PM, LyX Ticket Tracker <t...@lyx.org> wrote: > #10042: LyX crashes in conjunction with find-and-replace > -+- > Reporter: ajd | Owner: lasgouttes > Type: defect | Status:

Re: lyx crashes when applying long table settings

2015-03-25 Thread Jean-Marc Lasgouttes
away tick from first header (why does it automatically get ticked when I chose only Caption on before?) - choose the whole table, right click, text style - paragraph - size smaller - Preview pdf - lyx crashes But, I figured out that it works perfectly if I first change the text size, and then enter

Re: lyx crashes when applying long table settings

2015-03-25 Thread Jean-Marc Lasgouttes
n same cell, more - settings - longtable - take away tick from "first header" (why does it automatically get ticked when I chose only "Caption on" before?) - choose the whole table, right click, text style - paragraph - size "smaller" - Preview pdf - lyx crashes But,

Re: Re: lyx crashes when applying long table settings

2015-03-15 Thread morellocooler
it automatically get ticked when I chose only Caption on before?) -choose thewhole table, right click, text style - paragraph - size smaller - Preview pdf - lyx crashes But, I figured out that itworks perfectlyifI first change thetext size, and then enter the caption! Best, Stephanie

Re: Re: lyx crashes when applying long table settings

2015-03-15 Thread morellocooler
more - settings - longtable - take away tick from "first header" (why does it automatically get ticked when I chose only "Caption on" before?) - choose the whole table, right click, text style - paragraph - size "smaller" - Preview pdf  - lyx crashes   But, I figured

Re: lyx crashes when applying long table settings

2015-02-26 Thread Richard Heck
On 02/26/2015 05:40 PM, Stephanie Andrews wrote: Dear developers, I'm using lyx version 2.1.1 and found possibly a bug which seems similar to the problem reported here: http:/www.lyx.org/trac/ticket/8721 Inserting a table, setting it to long format, marking the whole table, changing text style

lyx crashes when applying long table settings

2015-02-26 Thread Stephanie Andrews
Dear developers, I'm using lyx version 2.1.1 and found possibly a bug which seems similar to the problem reported here: http:/www.lyx.org/trac/ticket/8721 Inserting a table, setting it to long format, marking the whole table, changing text style - customize - size smaller results in lyx

lyx crashes when applying long table settings

2015-02-26 Thread Stephanie Andrews
Dear developers, I'm using lyx version 2.1.1 and found possibly a bug which seems similar to the problem reported here: http:/www.lyx.org/trac/ticket/8721 Inserting a table, setting it to long format, marking the whole table, changing text style - customize - size smaller results in lyx

Re: lyx crashes when applying long table settings

2015-02-26 Thread Richard Heck
On 02/26/2015 05:40 PM, Stephanie Andrews wrote: Dear developers, I'm using lyx version 2.1.1 and found possibly a bug which seems similar to the problem reported here: http:/www.lyx.org/trac/ticket/8721 Inserting a table, setting it to long format, marking the whole table, changing text style

Re: #9333: LyX crashes after bibtex database update (via LyZ)

2014-11-26 Thread Jean-Marc Lasgouttes
Le 19/11/2014 22:03, Georg Baum a écrit : It is indeed a problem that wheezy is stuck to LyX 2.0.3. While there is no hope that they allow LyX 2.1 (I guess), it would be nice to ask for 2.0.8 in wheezy. The main problem is that the official debian package of LyX has currently no maintainer,

Re: #9333: LyX crashes after bibtex database update (via LyZ)

2014-11-26 Thread Jean-Marc Lasgouttes
Le 19/11/2014 22:03, Georg Baum a écrit : It is indeed a problem that wheezy is stuck to LyX 2.0.3. While there is no hope that they allow LyX 2.1 (I guess), it would be nice to ask for 2.0.8 in wheezy. The main problem is that the official debian package of LyX has currently no maintainer,

Re: #9333: LyX crashes after bibtex database update (via LyZ)

2014-11-19 Thread Georg Baum
Jean-Marc Lasgouttes wrote: Le 18/11/2014 12:38, MAILLARD Serge a écrit : Good morning, Actually, my organization tells I may not install the new LyX version on my machine because there is no official Debian package for it. Is there a possibility for you to create such a package? Please

Re: #9333: LyX crashes after bibtex database update (via LyZ)

2014-11-19 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Le 18/11/2014 12:38, MAILLARD Serge a écrit : >> Good morning, >> Actually, my organization tells I may not install the new LyX version on >> my machine because there is no official Debian package for it. Is there >> a possibility for you to create such a package? >

Re: #9333: LyX crashes after bibtex database update (via LyZ)

2014-11-18 Thread MAILLARD Serge
Good morning, Actually, my organization tells I may not install the new LyX version on my machine because there is no official Debian package for it. Is there a possibility for you to create such a package? Best regards Serge Le 12/11/2014 15:20, LyX Ticket Tracker a écrit : #9333: LyX

Re: #9333: LyX crashes after bibtex database update (via LyZ)

2014-11-18 Thread Jean-Marc Lasgouttes
Le 18/11/2014 12:38, MAILLARD Serge a écrit : Good morning, Actually, my organization tells I may not install the new LyX version on my machine because there is no official Debian package for it. Is there a possibility for you to create such a package? Please answer in the bug report, it is

Re: #9333: LyX crashes after bibtex database update (via LyZ)

2014-11-18 Thread MAILLARD Serge
Good morning, Actually, my organization tells I may not install the new LyX version on my machine because there is no official Debian package for it. Is there a possibility for you to create such a package? Best regards Serge Le 12/11/2014 15:20, LyX Ticket Tracker a écrit : #9333: LyX

Re: #9333: LyX crashes after bibtex database update (via LyZ)

2014-11-18 Thread Jean-Marc Lasgouttes
Le 18/11/2014 12:38, MAILLARD Serge a écrit : Good morning, Actually, my organization tells I may not install the new LyX version on my machine because there is no official Debian package for it. Is there a possibility for you to create such a package? Please answer in the bug report, it is

Re: #8958: Lyx crashes when I select .bib file

2014-02-09 Thread Floris van Braam Houckgeest
Friends, thank you. I am a little busy with work now; will continue on this next tuesday. Greetings Floris op 09-02-14 11:53, LyX Ticket Tracker schreef: #8958: Lyx crashes when I select .bib file +--- Reporter: florisvbh | Owner

Re: #8958: Lyx crashes when I select .bib file

2014-02-09 Thread Floris van Braam Houckgeest
Friends, thank you. I am a little busy with work now; will continue on this next tuesday. Greetings Floris op 09-02-14 11:53, LyX Ticket Tracker schreef: #8958: Lyx crashes when I select .bib file +--- Reporter: florisvbh | Owner

Re: #8573: Lyx crashes when replacing a mispelled word with a suggested word.

2013-02-28 Thread Helen Brockelbank
Yes I think it might well be the same, sorry! On 28 February 2013 13:09, LyX Ticket Tracker t...@lyx.org wrote: #8573: Lyx crashes when replacing a mispelled word with a suggested word. -+--- Reporter: astrotrout

Re: #8573: Lyx crashes when replacing a mispelled word with a suggested word.

2013-02-28 Thread Helen Brockelbank
Yes I think it might well be the same, sorry! On 28 February 2013 13:09, LyX Ticket Tracker <t...@lyx.org> wrote: > #8573: Lyx crashes when replacing a mispelled word with a suggested word. > -+--- > Report

Re: #7913: LyX crashes after using Exposé couple of times on a MacBook

2011-12-05 Thread Marko Jankovic
than thank you for developing LyX! If I should encounter the same error or something else I won't hesitate contacting you. Have a nice evening. Best regards, -- Marko Jankovic On Monday, December 5, 2011 at 7:42 AM, LyX Ticket Tracker wrote: #7913: LyX crashes after using Exposé

Re: #7913: LyX crashes after using Exposé couple of times on a MacBook

2011-12-05 Thread Marko Jankovic
say other than thank you for developing LyX! If I should encounter the same "error" or something else I won't hesitate contacting you. Have a nice evening. Best regards, -- Marko Jankovic On Monday, December 5, 2011 at 7:42 AM, LyX Ticket Tracker wrote: > #7913: LyX cra

Re: Lyx crashes on OSX

2011-09-18 Thread Stephan Witt
Am 17.09.2011 um 18:22 schrieb Murat Yildizoglu: Hi, I observe that Lyx 2.0.1 crashed very frequently under OSX. I have never observed this problem if I use it continuously. If I leave it alone for sometime, doing other things in other softs, and try to switch back to Lyx, I get the hour

Re: Lyx crashes on OSX

2011-09-18 Thread Stephan Witt
Am 17.09.2011 um 18:22 schrieb Murat Yildizoglu: > Hi, > > I observe that Lyx 2.0.1 crashed very frequently under OSX. I have > never observed this problem if I use it continuously. If I leave it > alone for sometime, doing other things in other softs, and try to > switch back to Lyx, I get the

lyx crashes in citation dialog

2011-01-28 Thread Edwin Leuven
when i type something in the search box and hit enter am i alone? ed.

Re: lyx crashes in citation dialog

2011-01-28 Thread Vincent van Ravesteijn
Op 28-1-2011 12:19, Edwin Leuven schreef: when i type something in the search box and hit enter am i alone? ed. Yes, you are. Vincent

Re: lyx crashes in citation dialog

2011-01-28 Thread Pavel Sanda
Edwin Leuven wrote: when i type something in the search box and hit enter not here. maybe specific recipy? p

Re: lyx crashes in citation dialog

2011-01-28 Thread Edwin Leuven
On Fri, Jan 28, 2011 at 12:31, Pavel Sanda sa...@lyx.org wrote: not here. maybe specific recipy? not really, i use natbib and a bibtex file. then i just enter the beginning of a key i am looking for in the search box, hit enter and get the crash with this message: Exception: regular expression

Re: lyx crashes in citation dialog

2011-01-28 Thread Edwin Leuven
Leuven edwin.leu...@ensae.fr wrote: i'll rebuild my tree... and still crashing...

lyx crashes in citation dialog

2011-01-28 Thread Edwin Leuven
when i type something in the search box and hit enter am i alone? ed.

Re: lyx crashes in citation dialog

2011-01-28 Thread Vincent van Ravesteijn
Op 28-1-2011 12:19, Edwin Leuven schreef: when i type something in the search box and hit enter am i alone? ed. Yes, you are. Vincent

Re: lyx crashes in citation dialog

2011-01-28 Thread Pavel Sanda
Edwin Leuven wrote: > when i type something in the search box and hit enter not here. maybe specific recipy? p

Re: lyx crashes in citation dialog

2011-01-28 Thread Edwin Leuven
On Fri, Jan 28, 2011 at 12:31, Pavel Sanda wrote: > not here. maybe specific recipy? not really, i use natbib and a bibtex file. then i just enter the beginning of a key i am looking for in the search box, hit enter and get the crash with this message: Exception: regular

Re: lyx crashes in citation dialog

2011-01-28 Thread Edwin Leuven
Leuven wrote: > i'll rebuild my tree... and still crashing...

Re: #7172: Lyx crashes when Advanced replace reaches the end of the document

2010-12-15 Thread Anders Lund
Hi, lyx crashes when the search/replace function reaches the end of the document, replacing math: R_C with R_\mathrm{C} in mathmode. Cheers Anders 2010/12/15 LyX Ticket Tracker t...@lyx.org #7172: Lyx crashes when Advanced replace reaches the end of the document

Re: #7172: Lyx crashes when "Advanced replace" reaches the end of the document

2010-12-15 Thread Anders Lund
Hi, lyx crashes when the search/replace function reaches the end of the document, replacing math: R_C with R_\mathrm{C} in mathmode. Cheers Anders 2010/12/15 LyX Ticket Tracker <t...@lyx.org> > #7172: Lyx crashes when "Advanced replace" reaches the

Tex code box editing; Lyx crashes

2010-12-02 Thread DW Yahoo! Primary
box (Backspace) 5) LyX crashes There are other variations that cause Lyx to crash that occur during normal Lyx usage. NB: I use LyX 1.6.5, Ubuntu 10.04 LTS Can someone help me? Thanks, DW

Re: Tex code box editing; Lyx crashes

2010-12-02 Thread Vincent van Ravesteijn
1) Insert Tex code (Ctrl-l) 2) Type text (ex. \paragraph{test}) 3) Start new line within LaTeX box (Enter) 4) Remove new line within LaTeX box (Backspace) 5) LyX crashes There are other variations that cause Lyx to crash that occur during normal Lyx usage. NB: I use LyX 1.6.5, Ubuntu

Tex code box editing; Lyx crashes

2010-12-02 Thread DW Yahoo! Primary
thin LaTeX box (Backspace) 5) LyX crashes There are other variations that cause Lyx to crash that occur during normal Lyx usage. NB: I use LyX 1.6.5, Ubuntu 10.04 LTS Can someone help me? Thanks, DW

  1   2   3   4   5   6   7   8   9   >