You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2008/01/21 19:48:34 UTC

[jira] Updated: (STDCXX-289) localedef SIAGABRT on an incomplete day definition in LC_TIME

     [ https://issues.apache.org/jira/browse/STDCXX-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor updated STDCXX-289:
--------------------------------

              Severity: Runtime Error
    Remaining Estimate: 2h
     Original Estimate: 2h

> localedef SIAGABRT on an incomplete day definition in LC_TIME
> -------------------------------------------------------------
>
>                 Key: STDCXX-289
>                 URL: https://issues.apache.org/jira/browse/STDCXX-289
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 4.1.2, 4.1.3
>         Environment: all
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>            Priority: Trivial
>             Fix For: 4.2.1
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> The localedef utility aborts on LC_TIME definitions containing fewer than the usual number of strings for multistring keywords such as day, abday, etc,
> $ cat charmap && cat locale.src && ../bin/localedef -c -w -f charmap -i locale.src dummy || gdb -q ../bin/localedef core
> CHARMAP
> END CHARMAP
> LC_TIME
> day "Sun";"Mon";"Tue"
> END LC_TIME
> Assertion failed: str1[0] == '\"', file /build/sebor/stdcxx-4.1.3/util/def.cpp, line 254
> Abort (core dumped)
> Core was generated by `../bin/localedef -c -w -f charmap -i locale.src dummy'.
> Program terminated with signal 6, Aborted.
> ...
> #0  0xff31d3d4 in _libc_kill () from /usr/lib/libc.so.1
> (gdb) where
> #0  0xff31d3d4 in _libc_kill () from /usr/lib/libc.so.1
> #1  0xff2b5698 in abort () from /usr/lib/libc.so.1
> #2  0xff2b5938 in _assert () from /usr/lib/libc.so.1
> #3  0x0007e050 in Def::convert_string (this=0xffbfe910, str1=@0xffbfe990)
>     at /build/sebor/stdcxx-4.1.3/util/def.cpp:254
> #4  0x0009f964 in Def::process_time (this=0xffbfe910)
>     at /build/sebor/stdcxx-4.1.3/util/time.cpp:184
> #5  0x0007d5e0 in Def::process_input (this=0xffbfe910)
>     at /build/sebor/stdcxx-4.1.3/util/def.cpp:506
> #6  0x00013cac in create_locale ()
> #7  0x00015a2c in main (argc=8, argv=0xffbffb8c)
>     at /build/sebor/stdcxx-4.1.3/util/localedef.cpp:560

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.