<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hi there,</p>
<p>I'm experiencing crashes when I try to do a group query. <br>
</p>
<p>So, this query:<br>
</p>
<p>> search1 = [(xpos="A.*") &
(word!="[Ss][ae]n[ty].*")][xpos="N.*"];
<br>
> group search1 match lemma cut 100; <br>
</p>
<p>Produces the error message.<br>
</p>
<p>"Segmentation fault (core dumped)" <br>
</p>
<p>If I do, this, however:<br>
</p>
<p>> count search1 by lemma;</p>
<p>everything seems to work perfectly. <br>
</p>
<p>Here are the last lines in the debug output before crashing:</p>
<div><br class="">
</div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;
font-family: Menlo;" class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">Reducing via rule 112 (line 723),
-> OptExpansion</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;
font-family: Menlo;" class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">state stack now 0 2 8 35 112 198
282 351</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;
font-family: Menlo;" class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">Entering state 410</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;
font-family: Menlo;" class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">Next token is 59 (';')</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;
font-family: Menlo;" class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">Reducing via rule 51 (line 451),
-> OptionalRedir</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;
font-family: Menlo;" class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">state stack now 0 2 8 35 112 198
282 351 410</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;
font-family: Menlo;" class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">Entering state 445</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;
font-family: Menlo;" class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">Reducing via rule 110 (line 713),
GROUP_SYM CID Anchor ID CutStatement OptExpansion OptionalRedir
-> GroupCmd</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;
font-family: Menlo;" class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">Segmentation fault (core dumped)</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;
font-family: Menlo;" class=""><span style="font-variant-ligatures:
no-common-ligatures" class=""><br>
</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;
font-family: Menlo;" class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">Any idea what the problem might
be? Any help will be greatly appreciated.</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;
font-family: Menlo;" class=""><span style="font-variant-ligatures:
no-common-ligatures" class=""><br>
</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;
font-family: Menlo;" class=""><span style="font-variant-ligatures:
no-common-ligatures" class="">Josep M.<br>
</span></div>
<p><br>
</p>
</body>
</html>