Vortex script gets abruptly terminated with : ABEND: signal 11 (SIGSEGV)

Post Reply
Maulik
Posts: 4
Joined: Wed Feb 18, 2009 8:45 am

Vortex script gets abruptly terminated with : ABEND: signal 11 (SIGSEGV)

Post by Maulik »

Hi,

I am fetching the following HTML page:

<html>
<head>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<title>SupportCentral - JAPAN CSC QUICKHELP Community </title>
<style type="text/css">
</style>

<frameset framespacing=0 border=0 frameborder=no rows="99%, 1%.">


<frame scrolling=auto name=TopFrame noresize src="sup_community_page_frames.asp?prod_id=49180">

<frame scrolling=no frameborder=no noresize name=BotFrame src="../common/blank.asp">

</frameset>
</head>


</HTML>


Vortex.log shows following error:

000 2009-10-01 19:07:03 /usr/local/apache/data/scripts/texis/scSrchApp/scheduled/updateDocuments:938: Vortex (21745) ABEND: signal 11 (SIGSEGV) at ip 0xffffffff7e63ba70 fetching frames of URL https://**.***.*** URL https://**.***.*** at line 16 byte 2

Are the double dots in "../common/blank.asp" causing the error? Please provide your suggestions.

Regards,
Maulik
User avatar
Kai
Site Admin
Posts: 1270
Joined: Tue Apr 25, 2000 1:27 pm

Vortex script gets abruptly terminated with : ABEND: signal 11 (SIGSEGV)

Post by Kai »

The `../' in a URL should not be a problem. The `line 16 byte 2' part of the message probably does not refer to the parent frameset page, but more likely the second URL in the message (a frame itself).

Was there more to the message, ie. `while processing URL ... at line 16 byte 2' or `running JavaScript at line 16 byte 2'?

Can you give the second URL, or send its source (preferably ZIPped to avoid HTML escapement/mangling) as part of a tech support ticket?

What texis version is this? Were <urlcp javascript> and <urlcp getscripts> enabled?
Post Reply