#1543 closed defect (fixed)

Ticker fails during filesystem initialization on pc386

Reported by: Gedare Bloom Owned by: Chris Johns
Priority: normal Milestone: 4.10
Component: fs Version: 4.10
Severity: normal Keywords:
Cc: joel.sherrill@… Blocked By:
Blocking:

Description

The ticker sample hangs during initialization. The apparent cause is faulty filesystem initialization. This occurs on pc386 BSP running under QEMU with CVS head. It may affect other BSPs.

Here is a backtrace:
#0 0x0010d7fa in _Internal_error_Occurred (

the_source=INTERNAL_ERROR_RTEMS_API, is_internal=0, the_error=2882338818)
at ../../../../../../rtems/c/src/../../cpukit/score/src/interr.c:61

#1 0x0010cac2 in rtems_fatal_error_occurred (the_error=2882338818)

at ../../../../../../rtems/c/src/../../cpukit/sapi/src/fatal.c:37

#2 0x0010854c in rtems_filesystem_initialize ()

at ../../../../../../rtems/c/src/../../cpukit/libcsupport/src/base_fs.c:60

#3 0x00100642 in bsp_libc_init (heap_begin=0x138558, heap_size=131877544,

sbrk_amount=0)
at ../../../../../../../../rtems/c/src/lib/libbsp/i386/pc386/../../shared/bsplibc.c:28

#4 0x0010047a in boot_card (cmdline=0x125f90 "(hd1)/ticker.exe")

at ../../../../../../../../rtems/c/src/lib/libbsp/i386/pc386/../../shared/bootcard.c:93

#5 0x001000a5 in zero_bss ()

at ../../../../../../../../rtems/c/src/lib/libbsp/i386/pc386/start/start.S:267

#6 0x00125f90 in _boot_multiboot_memory ()
#7 0x00000000 in ?? ()

Attachments (1)

pr1543-1.diff (1000 bytes) - added by Chris Johns on 06/02/10 at 21:40:11.
Change the default mount table entries.

Download all attachments as: .zip

Change History (3)

Changed on 06/02/10 at 21:40:11 by Chris Johns

Attachment: pr1543-1.diff added

Change the default mount table entries.

comment:1 Changed on 06/03/10 at 22:43:46 by Chris Johns

Resolution: fixed
Status: assignedclosed

comment:2 Changed on 06/03/10 at 22:44:01 by Chris Johns

Closed

Note: See TracTickets for help on using tickets.