Re: [LyX/master] Add new placeholder $${python} to configure

2022-01-23 Thread Pavel Sanda
On Sun, Jan 23, 2022 at 04:06:07PM +, José Abílio Matos wrote: > Could it be a cache interfering? > Are the previewed files cached? I don't think so. I also checked whether missing reconfigure could have been the case, but it does not look like that either. Last thing coming to my mind is

Re: [LyX/master] Revert "Add UI for selecting backing store drawing strategy"

2022-01-23 Thread Jean-Marc Lasgouttes
Le 13/01/2022 à 17:29, Jean-Pierre Chrétien a écrit : Le 13/01/2022 à 16:46, Jean-Marc Lasgouttes a écrit : commit 854fbc52621f3ecdced7cada98d72da8e8e35428 Author: Jean-Marc Lasgouttes Date:   Thu Jan 13 17:09:42 2022 +0100 Revert "Add UI for selecting backing store drawing strategy"

Re: Crash on master because of cursor position in session

2022-01-23 Thread Scott Kostyshak
On Sun, Jan 23, 2022 at 08:03:32PM +0100, Jean-Marc Lasgouttes wrote: > Le 22/01/2022 à 23:04, Pavel Sanda a écrit : > > On Sat, Jan 22, 2022 at 09:43:15PM +0100, Pavel Sanda wrote: > > > lyx::TextMetrics::redoParagraph:522 pm.rows() = breakParagraph(bigrow); > > > -> step into > > >

Re: Crash on master because of cursor position in session

2022-01-23 Thread Jean-Marc Lasgouttes
Le 22/01/2022 à 23:04, Pavel Sanda a écrit : On Sat, Jan 22, 2022 at 09:43:15PM +0100, Pavel Sanda wrote: lyx::TextMetrics::redoParagraph:522 pm.rows() = breakParagraph(bigrow); -> step into lyx::TextMetrics::breakParagraph:1136 tail = rb.shortenIfNeeded(width, next_width); -> step into

Re: runtime error: load of value 4294967293, which is not a valid value for type 'const lyx::Update::flags'

2022-01-23 Thread Jean-Marc Lasgouttes
Le 23/01/2022 à 19:41, Kornel Benko a écrit : Am Sun, 23 Jan 2022 17:35:30 +0100 schrieb Jean-Marc Lasgouttes : Le 23/01/2022 à 10:43, Kornel Benko a écrit : Here 2 possible patches which do not show the behaviour. (I prefer the number 2) Number 2 is indeed the best as a short term

Re: runtime error: load of value 4294967293, which is not a valid value for type 'const lyx::Update::flags'

2022-01-23 Thread Kornel Benko
Am Sun, 23 Jan 2022 17:35:30 +0100 schrieb Jean-Marc Lasgouttes : > Le 23/01/2022 à 10:43, Kornel Benko a écrit : > > Here 2 possible patches which do not show the behaviour. > > (I prefer the number 2) > > Number 2 is indeed the best as a short term solution. > > However the real issueis

Re: runtime error: load of value 4294967293, which is not a valid value for type 'const lyx::Update::flags'

2022-01-23 Thread Jean-Marc Lasgouttes
Le 23/01/2022 à 10:43, Kornel Benko a écrit : Here 2 possible patches which do not show the behaviour. (I prefer the number 2) Number 2 is indeed the best as a short term solution. However the real issueis that this game with specialized operators is a bit stupid: the result of or-ing two

Re: [LyX/master] Add new placeholder $${python} to configure

2022-01-23 Thread José Abílio Matos
On Sunday, 23 January 2022 15.01.33 WET Pavel Sanda wrote: > On Sat, Jan 22, 2022 at 09:54:39PM +, José Abílio Matos wrote: > > The problem here is that the placeholder is not replaced before being used. > > In order to see what python is being used you can see: > > > > Help->About LyX > >

Re: [LyX/master] Add new placeholder $${python} to configure

2022-01-23 Thread Pavel Sanda
On Sat, Jan 22, 2022 at 09:54:39PM +, José Abílio Matos wrote: > The problem here is that the placeholder is not replaced before being used. > In order to see what python is being used you can see: > > Help->About LyX python3 -tt > In a hunch does the attached patch fixes the issue? > The

Re: runtime error: load of value 4294967293, which is not a valid value for type 'const lyx::Update::flags'

2022-01-23 Thread Scott Kostyshak
On Sun, Jan 23, 2022 at 10:43:11AM +0100, Kornel Benko wrote: > Am Sat, 22 Jan 2022 19:06:59 +0100 > schrieb Kornel Benko : > > > Am Sat, 22 Jan 2022 18:35:12 +0100 > > schrieb Kornel Benko : > > > > > Am Sat, 22 Jan 2022 10:04:44 -0500 > > > schrieb Scott Kostyshak : > > > > > > > With Clang

Re: runtime error: load of value 4294967293, which is not a valid value for type 'const lyx::Update::flags'

2022-01-23 Thread Kornel Benko
Am Sat, 22 Jan 2022 19:06:59 +0100 schrieb Kornel Benko : > Am Sat, 22 Jan 2022 18:35:12 +0100 > schrieb Kornel Benko : > > > Am Sat, 22 Jan 2022 10:04:44 -0500 > > schrieb Scott Kostyshak : > > > > > With Clang and fsanitize, I get the following error when I open a buffer: > > > > > >