[Zorba-coders] [Bug 872500] Re: Crash in xqdoc query

2012-04-16 Thread Chris Hillery
Can't reproduce this with recent builds. Closing unless Jonathan is
still seeing it and can provide some more details.

** Changed in: zorba
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/872500

Title:
  Crash in xqdoc query

Status in Zorba - The XQuery Processor:
  Invalid

Bug description:
  This core dumps for me:

  import module namespace x = "http://www.zorba-xquery.com/modules/xqdoc";;
  import schema namespace xqds = "http://www.xqdoc.org/1.0";;
  validate { x:xqdoc("http://www.zorba-xquery.com/modules/converters/json";) 
}

  
  zorba -f -q xqdoc.xq >json.xml
  Segmentation fault (core dumped)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/872500/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 872500] Re: Crash in xqdoc query

2012-04-11 Thread Matthias Brantner
** Changed in: zorba
Milestone: None => 2.5

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/872500

Title:
  Crash in xqdoc query

Status in Zorba - The XQuery Processor:
  New

Bug description:
  This core dumps for me:

  import module namespace x = "http://www.zorba-xquery.com/modules/xqdoc";;
  import schema namespace xqds = "http://www.xqdoc.org/1.0";;
  validate { x:xqdoc("http://www.zorba-xquery.com/modules/converters/json";) 
}

  
  zorba -f -q xqdoc.xq >json.xml
  Segmentation fault (core dumped)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/872500/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 872500] Re: Crash in xqdoc query

2011-10-11 Thread Chris Hillery
I'm afraid I can't reproduce this locally. I tried building Zorba
without any of the non-core modules (including JSON), but I got a
reasonable error message:

:3,16: static error [err:XQST0046]: "http://www.zorba-
xquery.com/modules/converters/json": invalid URI literal: module not
found; raised at /home/ceej/zo/src/src/runtime/xqdoc/xqdoc_impl.cpp:89

Jonathan - what version of the source are you building? Can you tell me
your exact CMake line so I can try it with the same options?

** Changed in: zorba
 Assignee: Chris Hillery (ceejatec) => Jonathan Robie (jonathan-robie)

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/872500

Title:
  Crash in xqdoc query

Status in Zorba - The XQuery Processor:
  New

Bug description:
  This core dumps for me:

  import module namespace x = "http://www.zorba-xquery.com/modules/xqdoc";;
  import schema namespace xqds = "http://www.xqdoc.org/1.0";;
  validate { x:xqdoc("http://www.zorba-xquery.com/modules/converters/json";) 
}

  
  zorba -f -q xqdoc.xq >json.xml
  Segmentation fault (core dumped)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/872500/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Bug 872500] Re: Crash in xqdoc query

2011-10-11 Thread Cezar Andrei
run the following in top zorba dir:

cmake -D outdir=../zorba_modules -Dallmodules=1 -P
modules/DownloadModules.cmake

Cezar

On Tue, Oct 11, 2011 at 3:59 PM, Jonathan Robie
<872...@bugs.launchpad.net>wrote:

> If I'm building from source, how do I install the modules?
>
> Jonathan
>
> On Tue, Oct 11, 2011 at 3:46 PM, Matthias Brantner <
> 872...@bugs.launchpad.net> wrote:
>
> > I assume this is because Jonathan doesn't have any of the modules (maybe
> > including Zorba's http-client) installed.
> >
> > ** Changed in: zorba
> > Assignee: (unassigned) => Chris Hillery (ceejatec)
> >
> > ** Changed in: zorba
> >   Importance: Undecided => Critical
> >
> > --
> > You received this bug notification because you are subscribed to the bug
> > report.
> > https://bugs.launchpad.net/bugs/872500
> >
> > Title:
> >  Crash in xqdoc query
> >
> > Status in Zorba - The XQuery Processor:
> >  New
> >
> > Bug description:
> >  This core dumps for me:
> >
> >  import module namespace x = "
> > http://www.zorba-xquery.com/modules/xqdoc";;
> >  import schema namespace xqds = "http://www.xqdoc.org/1.0";;
> >  validate { x:xqdoc("
> > http://www.zorba-xquery.com/modules/converters/json";) }
> >
> >
> >  zorba -f -q xqdoc.xq >json.xml
> >  Segmentation fault (core dumped)
> >
> > To manage notifications about this bug go to:
> > https://bugs.launchpad.net/zorba/+bug/872500/+subscriptions
> >
>
> --
> You received this bug notification because you are a member of Zorba
> Coders, which is the registrant for Zorba.
> https://bugs.launchpad.net/bugs/872500
>
> Title:
>  Crash in xqdoc query
>
> Status in Zorba - The XQuery Processor:
>  New
>
> Bug description:
>  This core dumps for me:
>
>  import module namespace x = "
> http://www.zorba-xquery.com/modules/xqdoc";;
>  import schema namespace xqds = "http://www.xqdoc.org/1.0";;
>  validate { x:xqdoc("
> http://www.zorba-xquery.com/modules/converters/json";) }
>
>
>  zorba -f -q xqdoc.xq >json.xml
>  Segmentation fault (core dumped)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/zorba/+bug/872500/+subscriptions
>
> --
> Mailing list: https://launchpad.net/~zorba-coders
> Post to : zorba-coders@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~zorba-coders
> More help   : https://help.launchpad.net/ListHelp
>

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/872500

Title:
  Crash in xqdoc query

Status in Zorba - The XQuery Processor:
  New

Bug description:
  This core dumps for me:

  import module namespace x = "http://www.zorba-xquery.com/modules/xqdoc";;
  import schema namespace xqds = "http://www.xqdoc.org/1.0";;
  validate { x:xqdoc("http://www.zorba-xquery.com/modules/converters/json";) 
}

  
  zorba -f -q xqdoc.xq >json.xml
  Segmentation fault (core dumped)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/872500/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Bug 872500] Re: Crash in xqdoc query

2011-10-11 Thread Cezar Andrei
run the following in top zorba dir:

cmake -D outdir=../zorba_modules -Dallmodules=1 -P
modules/DownloadModules.cmake

Cezar

On Tue, Oct 11, 2011 at 3:59 PM, Jonathan Robie
<872...@bugs.launchpad.net>wrote:

> If I'm building from source, how do I install the modules?
>
> Jonathan
>
> On Tue, Oct 11, 2011 at 3:46 PM, Matthias Brantner <
> 872...@bugs.launchpad.net> wrote:
>
> > I assume this is because Jonathan doesn't have any of the modules (maybe
> > including Zorba's http-client) installed.
> >
> > ** Changed in: zorba
> > Assignee: (unassigned) => Chris Hillery (ceejatec)
> >
> > ** Changed in: zorba
> >   Importance: Undecided => Critical
> >
> > --
> > You received this bug notification because you are subscribed to the bug
> > report.
> > https://bugs.launchpad.net/bugs/872500
> >
> > Title:
> >  Crash in xqdoc query
> >
> > Status in Zorba - The XQuery Processor:
> >  New
> >
> > Bug description:
> >  This core dumps for me:
> >
> >  import module namespace x = "
> > http://www.zorba-xquery.com/modules/xqdoc";;
> >  import schema namespace xqds = "http://www.xqdoc.org/1.0";;
> >  validate { x:xqdoc("
> > http://www.zorba-xquery.com/modules/converters/json";) }
> >
> >
> >  zorba -f -q xqdoc.xq >json.xml
> >  Segmentation fault (core dumped)
> >
> > To manage notifications about this bug go to:
> > https://bugs.launchpad.net/zorba/+bug/872500/+subscriptions
> >
>
> --
> You received this bug notification because you are a member of Zorba
> Coders, which is the registrant for Zorba.
> https://bugs.launchpad.net/bugs/872500
>
> Title:
>  Crash in xqdoc query
>
> Status in Zorba - The XQuery Processor:
>  New
>
> Bug description:
>  This core dumps for me:
>
>  import module namespace x = "
> http://www.zorba-xquery.com/modules/xqdoc";;
>  import schema namespace xqds = "http://www.xqdoc.org/1.0";;
>  validate { x:xqdoc("
> http://www.zorba-xquery.com/modules/converters/json";) }
>
>
>  zorba -f -q xqdoc.xq >json.xml
>  Segmentation fault (core dumped)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/zorba/+bug/872500/+subscriptions
>
> --
> Mailing list: https://launchpad.net/~zorba-coders
> Post to : zorba-coders@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~zorba-coders
> More help   : https://help.launchpad.net/ListHelp
>
-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Bug 872500] Re: Crash in xqdoc query

2011-10-11 Thread Jonathan Robie
If I'm building from source, how do I install the modules?

Jonathan

On Tue, Oct 11, 2011 at 3:46 PM, Matthias Brantner <
872...@bugs.launchpad.net> wrote:

> I assume this is because Jonathan doesn't have any of the modules (maybe
> including Zorba's http-client) installed.
>
> ** Changed in: zorba
> Assignee: (unassigned) => Chris Hillery (ceejatec)
>
> ** Changed in: zorba
>   Importance: Undecided => Critical
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/872500
>
> Title:
>  Crash in xqdoc query
>
> Status in Zorba - The XQuery Processor:
>  New
>
> Bug description:
>  This core dumps for me:
>
>  import module namespace x = "
> http://www.zorba-xquery.com/modules/xqdoc";;
>  import schema namespace xqds = "http://www.xqdoc.org/1.0";;
>  validate { x:xqdoc("
> http://www.zorba-xquery.com/modules/converters/json";) }
>
>
>  zorba -f -q xqdoc.xq >json.xml
>  Segmentation fault (core dumped)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/zorba/+bug/872500/+subscriptions
>

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/872500

Title:
  Crash in xqdoc query

Status in Zorba - The XQuery Processor:
  New

Bug description:
  This core dumps for me:

  import module namespace x = "http://www.zorba-xquery.com/modules/xqdoc";;
  import schema namespace xqds = "http://www.xqdoc.org/1.0";;
  validate { x:xqdoc("http://www.zorba-xquery.com/modules/converters/json";) 
}

  
  zorba -f -q xqdoc.xq >json.xml
  Segmentation fault (core dumped)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/872500/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 872500] Re: Crash in xqdoc query

2011-10-11 Thread Matthias Brantner
I assume this is because Jonathan doesn't have any of the modules (maybe
including Zorba's http-client) installed.

** Changed in: zorba
 Assignee: (unassigned) => Chris Hillery (ceejatec)

** Changed in: zorba
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/872500

Title:
  Crash in xqdoc query

Status in Zorba - The XQuery Processor:
  New

Bug description:
  This core dumps for me:

  import module namespace x = "http://www.zorba-xquery.com/modules/xqdoc";;
  import schema namespace xqds = "http://www.xqdoc.org/1.0";;
  validate { x:xqdoc("http://www.zorba-xquery.com/modules/converters/json";) 
}

  
  zorba -f -q xqdoc.xq >json.xml
  Segmentation fault (core dumped)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/872500/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 872500] Re: Crash in xqdoc query

2011-10-11 Thread Jonathan Robie
** Attachment added: "cmake log"
   
https://bugs.launchpad.net/bugs/872500/+attachment/2537026/+files/CMakeOutput.log

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/872500

Title:
  Crash in xqdoc query

Status in Zorba - The XQuery Processor:
  New

Bug description:
  This core dumps for me:

  import module namespace x = "http://www.zorba-xquery.com/modules/xqdoc";;
  import schema namespace xqds = "http://www.xqdoc.org/1.0";;
  validate { x:xqdoc("http://www.zorba-xquery.com/modules/converters/json";) 
}

  
  zorba -f -q xqdoc.xq >json.xml
  Segmentation fault (core dumped)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/872500/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp