1 | (gdb) where
|
---|
2 | #0 boost::filesystem::path::imbue (loc=...) at ../libs/filesystem/src/path.cpp:918
|
---|
3 | #1 0x00000000100491b0 in boost::filesystem::path::codecvt () at ../libs/filesystem/src/path.cpp:911
|
---|
4 | #2 0x000000001004aa3c in boost::filesystem::path::wstring (this=0x3ffffffff5c8) at ../boost/filesystem/path.hpp:386
|
---|
5 | #3 0x000000001004a540 in boost::filesystem::detail::unique_path (model=..., ec=0x0) at ../libs/filesystem/src/unique_path.cpp:113
|
---|
6 | #4 0x00000000100238c4 in boost::filesystem::unique_path (p=...) at ../boost/filesystem/operations.hpp:544
|
---|
7 | #5 0x00000000100200cc in __static_initialization_and_destruction_0 (__initialize_p=1, __priority=65535) at ../libs/filesystem/test/operations_test.cpp:118
|
---|
8 | #6 0x00000000100201fc in _GLOBAL__sub_I__Z8cpp_mainiPPc () at ../libs/filesystem/test/operations_test.cpp:2034
|
---|
9 | #7 0x000000001004d444 in __libc_csu_init ()
|
---|
10 | #8 0x00003fffb7c8e1ec in generic_start_main (main=0x1003173c <main(int, char**)>, argc=<optimized out>, argv=0x3ffffffffa68, auxvec=0x3ffffffffb10, init=0x1004d3b0 <__libc_csu_init>,
|
---|
11 | rtld_fini=<optimized out>, stack_end=<optimized out>, fini=<optimized out>) at ../csu/libc-start.c:246
|
---|
12 | #9 0x00003fffb7c8e458 in __libc_start_main (argc=<optimized out>, argv=<optimized out>, ev=<optimized out>, auxvec=<optimized out>, rtld_fini=<optimized out>, stinfo=<optimized out>,
|
---|
13 | stack_on_entry=<optimized out>) at ../sysdeps/unix/sysv/linux/powerpc/libc-start.c:93
|
---|
14 | #10 0x0000000000000000 in ?? ()
|
---|
15 |
|
---|
16 |
|
---|
17 | (gdb) p loc
|
---|
18 | $25 = (const std::locale &) @0x3ffffffff418: {static none = 0, static ctype = 1, static numeric = 2, static collate = 4, static time = 8, static monetary = 16, static messages = 32, static all = 63,
|
---|
19 | _M_impl = 0x100790f0, static _S_classic = 0x3fffb7fae0b8 <(anonymous namespace)::c_locale_impl>, static _S_global = 0x3fffb7fae0b8 <(anonymous namespace)::c_locale_impl>,
|
---|
20 | static _S_categories = 0x3fffb7f92cb8 <__gnu_cxx::category_names>, static _S_once = 0}
|
---|
21 |
|
---|
22 |
|
---|
23 | (gdb) p path_locale
|
---|
24 | $26 = {static none = 0, static ctype = 1, static numeric = 2, static collate = 4, static time = 8, static monetary = 16, static messages = 32, static all = 63,
|
---|
25 | M_impl = 0x0,
|
---|
26 | static _S_classic = 0x3fffb7fae0b8 <(anonymous namespace)::c_locale_impl>, static _S_global = 0x3fffb7fae0b8 <(anonymous namespace)::c_locale_impl>,
|
---|
27 | static _S_categories = 0x3fffb7f92cb8 <__gnu_cxx::category_names>, static _S_once = 0}
|
---|
28 |
|
---|