- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Core dump with "more" command
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2001 01:21 PM
08-27-2001 01:21 PM
core file from 'more' - received SIGSEGV
Is anyone aware of a patch for this? I can transfer the file to a HP-UX 10.20 system and I don't have a problem.
Configuration Info:
Operating System: HP-UX
Version: 11.0
Patch Version: December 2000
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 04:35 AM
08-28-2001 04:35 AM
Re: Core dump with "more" command
Get the differences between sysdef on both systems and post it up here.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 05:33 AM
08-28-2001 05:33 AM
Re: Core dump with "more" command
I've seen 'more' core dump on small files that had binary characters in them. One of the best examples is the .sh_history file for a user. To see those files I do 'strings .sh_history | more'. The 'strings' command handles the binary characters and keeps more from choking on them. Just an idea.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 06:07 AM
08-28-2001 06:07 AM
Re: Core dump with "more" command
More just reads the input file, breaks it ( using end of line ) and then sends it to stdout.
Imagine a 2GB file with no end on lines in it. This should all go into more's buffer. But the buffer is limited to some resonable figure ( might be 1k, 2k, 10k, check posix standard) so it will overflow and you get a core dump.
There's nothing wrong with more. It would be nice for more to allocate the data dinamically but try to more a 20GB file with no andof lines (because is binary too). It will have to allocate 20GB and then display them. It doesn't make sense.
Regards,
Ovidiu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 06:18 AM
08-28-2001 06:18 AM
SolutionThere is a known problem with the more binary on 11.0 ocassionally core dumping.
We were advised (by the ITRC) to copy the more binary from 10.20 to our 11.0 servers and that has fixed the problem, until a patch comes out for 11.0. Just checked the June 2001 GR patch bundle and still no new patch for more, so I advise to use the 10.20 binary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 05:12 AM
09-06-2001 05:12 AM