https://bugs.kde.org/show_bug.cgi?id=387125
--- Comment #7 from Uwe Stöhr <uwesto...@web.de> --- > Can you show me at least the line 1086 of your gsl_parser.c? This is line 1086: *yyssp = yystate; Here is the context: /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) -- You are receiving this mail because: You are watching all bug changes.