bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug] segfault of bison 3.4 with gettext 0.20.1


From: Juergen Daubert
Subject: [bug] segfault of bison 3.4 with gettext 0.20.1
Date: Mon, 20 May 2019 14:17:42 +0200
User-agent: Mutt/1.11.4 (2019-03-13)

Hi,

the binary created from bison 3.4 with gettext 0.20.1 is broken and
segfaults already when called without any options. Works for me with 
gettext 0.19.8.1. See backtrace below.

best regards
Juergen



GNU gdb (GDB) 8.2.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from bison...done.
[New LWP 8893]
Core was generated by `./bison'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007f16aaf900b6 in ?? () from /lib/libc.so.6
(gdb) bt full
#0  0x00007f16aaf900b6 in ?? () from /lib/libc.so.6
No symbol table info available.
#1  0x00007f16aaf30f26 in getenv () from /lib/libc.so.6
No symbol table info available.
#2  0x00007f16ab8c5974 in style_file_prepare () from /usr/lib/libtextstyle.so.0
No symbol table info available.
#3  0x000055d532712f4c in complain_init_color () at src/complain.c:258
        statbuf = {st_dev = 0, st_ino = 4294967295, st_nlink = 0, st_mode = 0, 
st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 1095233372415, st_size = 0, 
          st_blksize = 0, st_blocks = 0, st_atim = {tv_sec = 0, tv_nsec = 0}, 
st_mtim = {tv_sec = 0, tv_nsec = 0}, st_ctim = {tv_sec = 0, tv_nsec = 0}, 
          __glibc_reserved = {0, 331, 94374163085904}}
#4  0x000055d532717985 in getargs_colors (argc=1, argv=0x7ffcbb7062c8) at 
src/getargs.c:612
No locals.
#5  0x000055d5327179c9 in getargs (argc=1, argv=0x7ffcbb7062c8) at 
src/getargs.c:619
        c = 0
#6  0x000055d5327211d3 in main (argc=1, argv=0x7ffcbb7062c8) at src/main.c:90
        generate = 171
(gdb) quit






reply via email to

[Prev in Thread] Current Thread [Next in Thread]