| Summary: | sci-mathematics/octave segfaults when compiled with 'hdf5' useflag | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ben Schwartz <bmschwar> |
| Component: | Current packages | Assignee: | Gentoo Science Mathematics related packages <sci-mathematics> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
core dump from octave
Stack trace |
||
|
Description
Ben Schwartz
2007-03-15 21:01:17 UTC
Created attachment 113401 [details]
core dump from octave
This core dump is probably of no use.
Created attachment 113403 [details]
Stack trace
This stack strace (from strace) shows octave's response to 'sqrt(2)' in interactive mode. Only the last 50 lines or so are likely to be relevant.
I forgot to mention the version: sci-mathematics/octave-2.1.73 Recompiling octave-forge after changing octave's useflags fixes the problem. I wish portage knew enough to automatically recompile octave-forge in this case. (In reply to comment #4) > Recompiling octave-forge after changing octave's useflags fixes the problem. > > I wish portage knew enough to automatically recompile octave-forge in this > case. > Thanks for the note! I guess the best we could do would be to add a comment in octave's pkg_postinst(). I'll see if I can reproduce this issue on my dev boxes and will add a warning if it is reproducible. Thanks, Markus |