[Cgdb-devel] [ cgdb-Bugs-990573 ] Error getting command line arguments
Brought to you by:
bobbybrasko,
crouchingturbo
|
From: SourceForge.net <no...@so...> - 2004-07-14 00:03:04
|
Bugs item #990573, was opened at 2004-07-14 03:03 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=534974&aid=990573&group_id=72581 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Marius MUJA (mariusmuja) Assigned to: Nobody/Anonymous (nobody) Summary: Error getting command line arguments Initial Comment: There is a bug in cgdb.c from version 0.4.2 that causes a segfault when getting command line arguments on my computer. The static "struct option long_options[]" vector should have a last element that has to be filled with zeros. I have attached a patch that fixes this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=534974&aid=990573&group_id=72581 |