Bug#846612: Re[2]: Bug#846612: Subj

2017-01-12 Thread Askar Safin
reassign 846612 lldb-3.8 1:3.8.1-16 fixed 846612 1:3.8.1-17 thanks Okey, I created separate bug. (But it seems it can be solved just by adding that python-lldb-xx dependency.) == Askar Safin http://vk.com/safinaskar

Bug#846612: Subj

2017-01-12 Thread Sylvestre Ledru
Le 12/01/2017 à 18:47, Askar Safin a écrit : > reassign 846612 lldb-3.8 1:3.8.1-16 > fixed 846612 1:3.8.1-17 > thanks > > Okey, I created separate bug. (But it seems it can be solved just by adding > that python-lldb-xx dependency.) ok, probably the same then, sorry :(

Bug#846612: Subj

2017-01-12 Thread Sylvestre Ledru
This is a different bug (display of a variable) Could you open a new bug instead? Le 12/01/2017 à 00:54, Askar Safin a écrit : > reassign 846612 lldb-3.9 1:3.9.1-2 > thanks > > The bug is still present in sid in lldb-3.9 1:3.9.1-2 and possibly in > lldb-4.0. Steps to reproduce in lldb-3.9: > >

Bug#846612: Subj

2017-01-11 Thread Askar Safin
reassign 846612 lldb-3.9 1:3.9.1-2 thanks The bug is still present in sid in lldb-3.9 1:3.9.1-2 and possibly in lldb-4.0. Steps to reproduce in lldb-3.9: root@ideal-os:/# cat o.cpp #include int main (void) { std::vector a; a.push_back (0); } root@ideal-os:/# clang++-3.9 -g -o o o.cpp