[LU-10817] lfs[207026] trap divide error ip:40dc1a sp:7ffc19bea060 error:0 in lfs[400000+20000] Created: 14/Mar/18 Updated: 14/Mar/18 |
|
| Status: | Open |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | John Hammond | Assignee: | WC Triage |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Severity: | 3 |
| Rank (Obsolete): | 9223372036854775807 |
| Description |
|
I noticed this on a soak node running 2.10.58_139_g630cd49. [root@soak-20 ~]# addr2line -e /usr/bin/lfs --functions --inlines 0x40dc1a ?? /usr/src/debug/lustre-2.10.58_139_g630cd49/lustre/utils/lfs.c:4908 This is in lfs_setdirstripe(): /* get \a r between [0, nr) */
r = rand() % nr;
|