Issue 1191700: wrong offsets in bpprint() (original) (raw)

Issue1191700

Created on 2005-04-28 13:46 by mpech, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bdb_bpprint.patch mpech,2005-04-28 13:46
Messages (4)
msg48274 - (view) Author: Pechkin (mpech) Date: 2005-04-28 13:46
1. create some breakpoints 2. use 'break' to list'em 3. wrong offset output
msg48275 - (view) Author: Michiel de Hoon (mdehoon) * Date: 2005-04-29 05:21
Logged In: YES user_id=488897 Could you write an example code that demonstrates the bug you want to fix? It is more difficult to replicate the bug without a clear example.
msg48276 - (view) Author: Pechkin (mpech) Date: 2005-04-29 09:07
Logged In: YES user_id=1244219 1. Try the link http://foto.inbox.lv/mpech2/misc/bdb.jpg it shows some wrong offset in command 'break' 2. Also you could fix it to move header :)
msg48277 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-04-15 08:41
Logged In: YES user_id=21627 Thanks for the patch. Applied as r45420 and r45421.
History
Date User Action Args
2022-04-11 14:56:11 admin set github: 41920
2005-04-28 13:46:43 mpech create