(original) (raw)
On Dec 15, 2003, at 6:55 AM, Skip Montanaro wrote: John> Then, where should I submit my core dump (if anywhere?)? Submit bug reports here: http://sourceforge.net/tracker/?group\_id=5470&atid=105470Thanx, OK, I logged in, and got the main page which confirmed my login was good. But I cannot find any links that allow me to submit bug reports. Where is the link? I cannot find it. On the left part of the screen, I get this? Does one of these links go to the bug reporting page?Verdana�SF.net Resources ���0000,3333,9999Site Docs���Verdana0000,3333,9999Site Status���0000,3333,9999Site Map���0000,3333,9999SF.net Supporters���0000,3333,9999Compile Farm���0000,3333,9999Foundries���0000,3333,9999Project Help Wanted���0000,3333,9999New Releases���0000,3333,9999Get Support There are two columns in the main page.... One titled...VerdanaMy Assigned Tracker Items and another titled My TasksI see no place on this site where there is a link I can use to report any bugs... If it don't say "Bug reporting" or anything similar, then I need to know the name of the link, because it clearly isn't very obvious. Another thing also.... if I click on Python Bugs link in the left column, it goes into a "Browse Bugs" section, but then there is yet another "Please log in" in red. OK, so I log in again..... but when I do, I don't see the "Submit New" button, but I do see a "Submit New" link above the buttons. I DO have Cookies enabled of course, but I'm using Safari browser. By the way, I DO click on SSL. I just tried it with IE and get the same results.... I think I finally submitted it.... but can I go back and add some additional info? If so, how? Further details on the Python core dump: It core dumps (segmentation fault) when I check the database for a certain key. The offending statement is: x=database.has_key(keystring). database is open and otherwise normal. The database is "gdbm-1.8.3". The offending key is "3012a3ec5c796329fee7c242d4df00d6". John