public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* Cannot create an account
@ 2022-01-20  7:54 wuzy01
  2022-01-20  9:28 ` Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: wuzy01 @ 2022-01-20  7:54 UTC (permalink / raw)
  To: overseers

Sorry for my disturbance.

I failed to create an account on
<https://sourceware.org/bugzilla/createaccount.cgi>, so I send this e-mail.

I found when I press `list ,,` by mistake (the correct command should be `list
,N`, and N is a line number), gdb will `Aborted (core dumped)`. So I would
like to create a bug for gdb.

Environment information is as following:

```shell
$ uname -r
5.15.11-arch2-1
$ pacman -Qi gdb|rg Version
Version         : 11.1-4
```

This C file can be a test file.

```c
#include <stdio.h>
int main(int argc, char *argv[])
{
	int a = 1;
	int b = 2;
	a = a + b;
	printf("%s\n");
	return 0;
}
```

```
gcc -g main.c -o main
gdb main
```

Then press `l ,,`. gdb will `Aborted (core dumped)`

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Cannot create an account
  2022-01-20  7:54 Cannot create an account wuzy01
@ 2022-01-20  9:28 ` Mark Wielaard
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wielaard @ 2022-01-20  9:28 UTC (permalink / raw)
  To: Overseers mailing list; +Cc: wuzy01

Hi wuzy01,

On Thu, Jan 20, 2022 at 03:54:11PM +0800, wuzy01--- via Overseers wrote:
> Sorry for my disturbance.
> 
> I failed to create an account on
> <https://sourceware.org/bugzilla/createaccount.cgi>, so I send this e-mail.

An account has been created for you. You should have gotten an email
about it. You can activate your account through the Forgot/Reset
Password link.

Please enter your bug report in bugzilla and include the exact version
of gdb that you are using.

Cheers,

Mark


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-20  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-20  7:54 Cannot create an account wuzy01
2022-01-20  9:28 ` Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).