View | Details | Raw Unified | Return to bug 37757 | Differences between
and this patch

Collapse All | Expand All

(-)vinum.4 (-3 / +3 lines)
Lines 837-849 Link Here
837
will not show the symbols.  Check the module before starting
837
will not show the symbols.  Check the module before starting
838
.Nm gdb :
838
.Nm gdb :
839
.Bd -literal
839
.Bd -literal
840
$ file /modules/vinum.ko
840
$ file /boot/kernel/vinum.ko
841
/modules/vinum.ko: ELF 32-bit LSB shared object, Intel 80386,
841
/boot/kernel/vinum.ko: ELF 32-bit LSB shared object, Intel 80386,
842
  version 1 (FreeBSD), not stripped
842
  version 1 (FreeBSD), not stripped
843
.Ed
843
.Ed
844
.Pp
844
.Pp
845
If the output shows that
845
If the output shows that
846
.Pa /modules/vinum.ko
846
.Pa /boot/kernel/vinum.ko
847
is stripped, you will have to find a version which is not.  Usually this will be
847
is stripped, you will have to find a version which is not.  Usually this will be
848
either in
848
either in
849
.Pa /usr/obj/sys/modules/vinum/vinum.ko
849
.Pa /usr/obj/sys/modules/vinum/vinum.ko

Return to bug 37757