Re: kpdf crashes with LIBPTHREAD_SYSTEM_SCOPE set (Was: Re: FreeBSD MySQL still WAY slower than Linux)

2005-06-28 Thread Michael Nottebrock
On Tuesday, 28. June 2005 06:43, Daniel Eischen wrote:

 I can't reproduce it in -current.

 -bash-2.05b$ uname -a
 FreeBSD orion 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Thu May  5 13:29:41 EDT
 2005

Yeah, you already said that before. So where do we go from here? Should I try 
to get a backtrace of the crash? With gdb? Ktrace? Should I compile 
libpthread of other parts of the system with special debug flags? Should I 
report this on freebsd-threads instead? Or should I just let the issue go?

-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org


pgplrvZCQCI9J.pgp
Description: PGP signature


Re: kpdf crashes with LIBPTHREAD_SYSTEM_SCOPE set (Was: Re: FreeBSD MySQL still WAY slower than Linux)

2005-06-28 Thread Daniel Eischen
On Tue, 28 Jun 2005, Michael Nottebrock wrote:

 On Tuesday, 28. June 2005 06:43, Daniel Eischen wrote:

  I can't reproduce it in -current.
 
  -bash-2.05b$ uname -a
  FreeBSD orion 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Thu May  5 13:29:41 EDT
  2005

 Yeah, you already said that before. So where do we go from here? Should I try
 to get a backtrace of the crash? With gdb? Ktrace? Should I compile
 libpthread of other parts of the system with special debug flags? Should I
 report this on freebsd-threads instead? Or should I just let the issue go?

What CFLAGS did you use to build your ports/system?  Run it
under gdb and see what you get.

-- 
DE

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kpdf crashes with LIBPTHREAD_SYSTEM_SCOPE set (Was: Re: FreeBSD MySQL still WAY slower than Linux)

2005-06-27 Thread Michael Nottebrock
On Monday, 20. June 2005 19:17, Daniel Eischen wrote:
   Works here on a month or two old -current.  I'm using
   /usr/local/ant/docs/appendix_e.pdf as a test (it's 60 pages or so).
 
  Crashes for me:
 
  [EMAIL PROTECTED]:127:~  env LIBPTHREAD_SYSTEM_SCOPE=1 kpdf
  'http://drtc.isibang.ac.in/%7Eprachi/apache-ant-1.5.4/docs/appendix_e.pdf
 ' Bus error
  [EMAIL PROTECTED]:1:~  kpdf
  'http://drtc.isibang.ac.in/%7Eprachi/apache-ant-1.5.4/docs/appendix_e.pdf
 ' [EMAIL PROTECTED]:0:~ 
 
  I don't have a -CURRENT machine to test.

 Try -stable.

I just retried with today's 5.4-STABLE - still crashes.

-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org


pgp2LUSMeYtz6.pgp
Description: PGP signature


Re: kpdf crashes with LIBPTHREAD_SYSTEM_SCOPE set (Was: Re: FreeBSD MySQL still WAY slower than Linux)

2005-06-27 Thread Daniel Eischen
On Mon, 27 Jun 2005, Michael Nottebrock wrote:

 On Monday, 20. June 2005 19:17, Daniel Eischen wrote:
Works here on a month or two old -current. ?I'm using
/usr/local/ant/docs/appendix_e.pdf as a test (it's 60 pages or so).
  
   Crashes for me:
  
   [EMAIL PROTECTED]:127:~  env LIBPTHREAD_SYSTEM_SCOPE=1 kpdf
   'http://drtc.isibang.ac.in/%7Eprachi/apache-ant-1.5.4/docs/appendix_e.pdf
  ' Bus error
   [EMAIL PROTECTED]:1:~  kpdf
   'http://drtc.isibang.ac.in/%7Eprachi/apache-ant-1.5.4/docs/appendix_e.pdf
  ' [EMAIL PROTECTED]:0:~ 
  
   I don't have a -CURRENT machine to test.
 
  Try -stable.

 I just retried with today's 5.4-STABLE - still crashes.

I can't reproduce it in -current.

-bash-2.05b$ uname -a
FreeBSD orion 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Thu May  5 13:29:41 EDT 2005

-- 
DE

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


kpdf crashes with LIBPTHREAD_SYSTEM_SCOPE set (Was: Re: FreeBSD MySQL still WAY slower than Linux)

2005-06-20 Thread Michael Nottebrock
On Saturday, 11. June 2005 17:05, Daniel Eischen wrote:

 You can set the environment variable LIBPTHREAD_SYSTEM_SCOPE to force
 libpthread to use system scope.

I've played around with that variable (set it in .xsession) and found that 
kpdf (from graphics/kdegraphics3) will reproducably crash if it is set. 
Unsetting it in a shell running on top of a KDE started with 
mentioned .xsession and launching kpdf from there will remedy the problem.

The backtrace I get is probably useless, let me know if (and how) I should 
recompile libpthread or other system libraries with debug symbols ...

This is on 5.4-STABLE, two-three weeks old.

Cheers,
-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org


pgp75sKZRZku1.pgp
Description: PGP signature


Re: kpdf crashes with LIBPTHREAD_SYSTEM_SCOPE set (Was: Re: FreeBSD MySQL still WAY slower than Linux)

2005-06-20 Thread Daniel Eischen
On Mon, 20 Jun 2005, Michael Nottebrock wrote:

 On Saturday, 11. June 2005 17:05, Daniel Eischen wrote:

  You can set the environment variable LIBPTHREAD_SYSTEM_SCOPE to force
  libpthread to use system scope.

 I've played around with that variable (set it in .xsession) and found that
 kpdf (from graphics/kdegraphics3) will reproducably crash if it is set.
 Unsetting it in a shell running on top of a KDE started with
 mentioned .xsession and launching kpdf from there will remedy the problem.

 The backtrace I get is probably useless, let me know if (and how) I should
 recompile libpthread or other system libraries with debug symbols ...

 This is on 5.4-STABLE, two-three weeks old.

Works here on a month or two old -current.  I'm using
/usr/local/ant/docs/appendix_e.pdf as a test (it's 60 pages or so).

-- 
DE

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kpdf crashes with LIBPTHREAD_SYSTEM_SCOPE set (Was: Re: FreeBSD MySQL still WAY slower than Linux)

2005-06-20 Thread Michael Nottebrock
On Monday, 20. June 2005 18:53, Daniel Eischen wrote:

 Works here on a month or two old -current.  I'm using
 /usr/local/ant/docs/appendix_e.pdf as a test (it's 60 pages or so).

Crashes for me: 

[EMAIL PROTECTED]:127:~  env LIBPTHREAD_SYSTEM_SCOPE=1 kpdf 
'http://drtc.isibang.ac.in/%7Eprachi/apache-ant-1.5.4/docs/appendix_e.pdf'
Bus error
[EMAIL PROTECTED]:1:~  kpdf 
'http://drtc.isibang.ac.in/%7Eprachi/apache-ant-1.5.4/docs/appendix_e.pdf'
[EMAIL PROTECTED]:0:~ 

I don't have a -CURRENT machine to test.

-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org


pgpwHbXsgShVs.pgp
Description: PGP signature


Re: kpdf crashes with LIBPTHREAD_SYSTEM_SCOPE set (Was: Re: FreeBSD MySQL still WAY slower than Linux)

2005-06-20 Thread Daniel Eischen
On Mon, 20 Jun 2005, Michael Nottebrock wrote:

 On Monday, 20. June 2005 18:53, Daniel Eischen wrote:

  Works here on a month or two old -current.  I'm using
  /usr/local/ant/docs/appendix_e.pdf as a test (it's 60 pages or so).

 Crashes for me:

 [EMAIL PROTECTED]:127:~  env LIBPTHREAD_SYSTEM_SCOPE=1 kpdf
 'http://drtc.isibang.ac.in/%7Eprachi/apache-ant-1.5.4/docs/appendix_e.pdf'
 Bus error
 [EMAIL PROTECTED]:1:~  kpdf
 'http://drtc.isibang.ac.in/%7Eprachi/apache-ant-1.5.4/docs/appendix_e.pdf'
 [EMAIL PROTECTED]:0:~ 

 I don't have a -CURRENT machine to test.

Try -stable.

-- 
Dan Eischen

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]