Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
c337fd8b
Commit
c337fd8b
authored
Sep 18, 2020
by
Andre Maroneze
💬
Browse files
[Kernel] remove dot after URL in crash message
parent
7255c3dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/kernel_services/cmdline_parameters/cmdline.ml
View file @
c337fd8b
...
...
@@ -106,7 +106,7 @@ let get_backtrace () =
let
request_crash_report
=
Format
.
sprintf
"Please report as 'crash' at https://git.frama-c.com/pub/frama-c/issues
.
\n
\
"Please report as 'crash' at https://git.frama-c.com/pub/frama-c/issues
\n
\
Your Frama-C version is %s.
\n
\
Note that a version and a backtrace alone often do not contain enough
\n
\
information to understand the bug. Guidelines for reporting bugs are at:
\n
\
...
...
tests/misc/oracle/debug_category.16.res.oracle
View file @
c337fd8b
...
...
@@ -8,7 +8,7 @@
The full backtrace is:
Plug-in test aborted: internal error.
Please report as 'crash' at https://git.frama-c.com/pub/frama-c/issues
.
Please report as 'crash' at https://git.frama-c.com/pub/frama-c/issues
Your Frama-C version is VERSION
Note that a version and a backtrace alone often do not contain enough
information to understand the bug. Guidelines for reporting bugs are at:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment