Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

<exception entry> printed twice on UDF #59

Closed
japaric opened this issue Sep 8, 2020 · 0 comments · Fixed by #109
Closed

<exception entry> printed twice on UDF #59

japaric opened this issue Sep 8, 2020 · 0 comments · Fixed by #109
Labels
status: needs PR Issue just needs a Pull Request implementing the changes type: bug Something isn't working

Comments

@japaric
Copy link
Member

japaric commented Sep 8, 2020

STR

#[cortex_m_rt::entry]
fn main() -> ! {
    cortex_m::asm::udf();
}
$ cargo rb abort
stack backtrace:
   0: 0x000003e0 - HardFaultTrampoline
      <exception entry>
      <exception entry>
   1: 0x00000140 - __udf
   2: 0x00000118 - cortex_m::asm::udf
   3: 0x0000012c - abort::__cortex_m_rt_main
   4: 0x00000122 - main
   5: 0x000000fa - Reset
@japaric japaric added the type: bug Something isn't working label Sep 8, 2020
@Lotterleben Lotterleben pinned this issue Oct 1, 2020
@Lotterleben Lotterleben unpinned this issue Oct 1, 2020
@jonas-schievink jonas-schievink added this to Incoming in Issue Triage Nov 10, 2020
@japaric japaric added the status: needs PR Issue just needs a Pull Request implementing the changes label Nov 16, 2020
@japaric japaric moved this from Incoming to Triaged in Issue Triage Nov 16, 2020
Issue Triage automation moved this from Triaged to Closed Nov 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: needs PR Issue just needs a Pull Request implementing the changes type: bug Something isn't working
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant