[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Monotone-devel] stack trace
From: |
Tom Tromey |
Subject: |
[Monotone-devel] stack trace |
Date: |
22 Sep 2003 20:35:58 -0600 |
graydon wanted a stack trace, so here it is.
Tom
(gdb) bt
#0 0x08228661 in std::string::compare(std::string const&) const ()
#1 0x0805bf82 in operator!=<char, std::char_traits<char>, std::allocator<char>
> (address@hidden, address@hidden) at basic_string.h:993
#2 0x0807157e in walk_hunk_consumer(std::vector<std::string,
std::allocator<std::string> >, std::vector<std::string,
std::allocator<std::string> > const&, std::vector<std::string,
std::allocator<std::string> > const&, hunk_consumer&) (
lcs=
{<_Vector_base<std::basic_string<char, std::char_traits<char>,
std::allocator<char> >,std::allocator<std::basic_string<char,
std::char_traits<char>, std::allocator<char> > > >> =
{<_Vector_alloc_base<std::basic_string<char, std::char_traits<char>,
std::allocator<char> >,std::allocator<std::basic_string<char,
std::char_traits<char>, std::allocator<char> > >,true>> = {_M_start =
0x84184c8, _M_finish = 0x841a4fc, _M_end_of_storage = 0x841a4fc}, <No data
fields>}, <No data fields>}, address@hidden, address@hidden, address@hidden)
at diff_patch.cc:126
#3 0x0807731a in unidiff(std::string const&, std::string const&,
std::vector<std::string, std::allocator<std::string> > const&,
std::vector<std::string, std::allocator<std::string> > const&, std::ostream&)
(address@hidden,
address@hidden, address@hidden, address@hidden,
address@hidden) at diff_patch.cc:1098
#4 0x080570fe in commands::cmd_diff::exec(app_state&, std::vector<std::string,
std::allocator<std::string> > const&, command_line_settings const&) (
this=0x838d5e0, address@hidden, address@hidden, address@hidden)
at commands.cc:1716
#5 0x0804ac16 in commands::process(app_state&, std::string const&,
std::vector<std::string, std::allocator<std::string> > const&,
command_line_settings const&) (address@hidden, address@hidden, address@hidden,
address@hidden)
at commands.cc:166
#6 0x0812ca0b in cpp_main(int, char**) (argc=2, argv=0xbffff1e4)
at monotone.cc:211
#7 0x081c03f0 in (anonymous namespace)::cpp_main_caller::function() ()
#8 0x081c1408 in boost::detail::catch_signals(boost::execution_monitor&, bool,
int) ()
#9 0x081c040f in boost::execution_monitor::execute(bool, int) ()
#10 0x081c0210 in main ()
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Monotone-devel] stack trace,
Tom Tromey <=