[Bug 1543] Ticker fails during filesystem initialization on pc386

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Wed Jun 2 17:28:48 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1543





--- Comment #2 from Joel Sherrill <joel.sherrill at oarcorp.com>  2010-06-02 12:28:47 ---
Broken everywhere.  It looks like the loop trying to find a match in the
configuration table is broken or something.

Breakpoint 3, mount (source=0x0, target=0x0, filesystemtype=0x201e350 "mimfs", 
    options=RTEMS_FILESYSTEM_READ_WRITE, data=0x0)
    at ../../../../../../rtems/c/src/../../cpukit/libcsupport/src/mount.c:135
135      if ( !rtems_filesystem_mount_table_control_init ) {
(gdb) n
136        rtems_filesystem_mount_table_control_init = true;
(gdb) 
137        rtems_chain_initialize_empty ( &rtems_filesystem_mount_table_control
);
(gdb) 
136        rtems_filesystem_mount_table_control_init = true;
(gdb) 
137        rtems_chain_initialize_empty ( &rtems_filesystem_mount_table_control
);
(gdb) 
144      if ( options != RTEMS_FILESYSTEM_READ_ONLY &&
(gdb) 
153      if (!filesystemtype) {
(gdb) 
158      if (strlen(filesystemtype) >= 128) {
(gdb) 
168      while (entry->type) {
(gdb) 
169        if (strcmp (filesystemtype, entry->type) == 0)
(gdb) 
168      while (entry->type) {
(gdb) 
176        if (rtems_filesystem_table) {
(gdb) 
191        errno = EINVAL;

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list