Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270675 - dev-ml/pcre-ocaml-5.15.0 with dev-libs/libpcre-7.9 Segfault at runtime
Summary: dev-ml/pcre-ocaml-5.15.0 with dev-libs/libpcre-7.9 Segfault at runtime
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-21 08:44 UTC by Sergey Plaksin
Modified: 2009-06-06 14:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,3.66 KB, text/plain)
2009-05-27 06:10 UTC, Sergey Plaksin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Plaksin 2009-05-21 08:44:31 UTC
Summary

Reproducible: Always
Comment 1 Mike Auty (RETIRED) gentoo-dev 2009-05-25 14:35:48 UTC
Please provide the output of "emerge --info" as you were asked when filing the bug report.  It provides us valuable information about your system and how the packages were built.

Also, please provide the console output when libpcre segfaults as it might provide some further insight as to the problem.

Finally please describe the problem with a few more words than simply "segfault at runtime".  Does this happen every time?  Does it happen immediately?  Is there any information in the output from dmesg, in the syslogs, or on the console that might be pertinent?

In general, the more information you can provide us with, the more likely we are to be able to help and that more likely that your bug will eventually get solved.
Comment 2 Sergey Plaksin 2009-05-27 06:10:42 UTC
Created attachment 192555 [details]
emerge --info
Comment 3 Sergey Plaksin 2009-05-27 06:14:27 UTC
"emerge --info" in attachment
dev-ml/pcre-ocaml 5.15.0
dev-libs/libpcre 7.9-r1

=== test.ml ===
let substrings = Pcre.exec ~pat:"(\\d+)" Sys.argv.(1) in
print_endline (Pcre.get_substring substrings 1);
===================
$> ocamlfind ocamlc -o test  -package pcre -linkpkg test.ml
$> ./test
$> Segmentation fault
Comment 4 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-05-29 11:50:28 UTC
Please provide a backtrace of the problem as described in 

  http://www.gentoo.org/proj/en/qa/backtraces.xml
Comment 5 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-06-06 14:13:29 UTC
Reopen this bug when you provide the requested information.