Cohiba,Montecristo,Arturo Fuente,Romeo y julietta

2004-06-24 Thread -











   


 
Минимальный заказ (для Москвы и области) от 10 единиц.
 


Доставка заказа по Москве (бесплатно) в течении 24 часов.  


  (горячая линия 24 часа) БЕЗ ВЫХОДНЫХ 



Производство Куба (ручная скрутка) 


за коробку (y.e.)
за единицу (у.е.) 

Cohiba Robustos
340
17 

Cohiba Esplendidos
460
23 

Cohiba Siglo 4
280
14

Cohiba Siglo 3
260
13 

Montecristo 2
270
13,5

Montecristo 5
265
13,5

Montecristo 1
290
14,5
Условия поставки в регионы оговариваются индивидуально (от 1 коробки). 

Romeo Y Julieta 2 
250
12

Romeo Y Julieta churchill 
340
17

Punch churchill 
290
15

Hoyo de Monterey churchill 
280
14


Производство Доминиканская республика (ручная скрутка) 

Cohiba Robustos 
260
13


Cohiba Esplendidos 
340
17


Arturo Fuente Esplendido 
380
18

Arturo Fuente Robustos 
300
15

Montecristo 1 churchill 
280
14

Montecristo 3 
235
11

Montecristo 4 Robustos 
240
12

Montecristo 2 
235
11

Cohiba Petit Corona 
240
12

Davidoff Robustos 
260
13

Davidoff Esplendidos 
300
15

Edel Robustos 
240
12

Edel Esplendidos 
320
16

Hemingway 
230
11

















Re: XFree 4.4.0 server crash on amd64 while running xsuite

2004-06-24 Thread Nicolas Joly
On Thu, Jun 24, 2004 at 10:13:54AM -0700, Mark Vojkovich wrote:
>It might be that there is some mismatch in types on amd64.
> Eg. FB_SHIFT vs FbBits.  It's hard to follow what's going on
> in fb.h.

Thanks, i'll try to have a look.

In the mean time, i just recompiled the XFree86 server with `-g -O0',
to get more information.

Program received signal SIGSEGV, Segmentation fault.
0x008aab5a in fbBltOne (src=0x1651000, srcStride=0, srcX=0, 
dst=0x163d120, dstStride=0, dstX=0, dstBpp=32, width=3200, height=79, 
fgand=3221225472, fgxor=1073741823, bgand=3221225472, bgxor=0)
at fbbltone.c:375
375 LoadBits;
(gdb) bt
#0  0x008aab5a in fbBltOne (src=0x1651000, srcStride=0, srcX=0, 
dst=0x163d120, dstStride=0, dstX=0, dstBpp=32, width=3200, height=79, 
fgand=3221225472, fgxor=1073741823, bgand=3221225472, bgxor=0)
at fbbltone.c:375
#1  0x008b7c5e in fbPutXYImage (pDrawable=0x163c000, pClip=0x141d660, 
fg=4294967295, bg=0, pm=1073741823, alu=3, opaque=1, x=0, y=0, width=100, 
height=90, src=0x1650f58, srcStride=4, srcX=0) at fbimage.c:265
#2  0x008b72cd in fbPutImage (pDrawable=0x163c000, pGC=0x1410c00, 
depth=32, x=0, y=0, w=100, h=90, leftPad=0, format=1, pImage=0x1645018 "")
at fbimage.c:75
#3  0x00683e07 in XAAPutImagePixmap (pDraw=0x163c000, pGC=0x1410c00, 
depth=32, x=0, y=0, w=100, h=90, leftPad=0, format=1, pImage=0x1645018 "")
at xaaGC.c:355
#4  0x0084ab73 in ProcPutImage (client=0x11b9600) at dispatch.c:2085
#5  0x00845de7 in Dispatch () at dispatch.c:446
#6  0x0085ecc7 in main (argc=6, argv=0x7f7fead8, 
envp=0x7f7feb10) at main.c:432

According to the trace, it seems to break in `LoadBits' macro.

#define LoadBits {\
if (leftShift) { \
bitsRight = *src++; \
bits = (FbStipLeft (bitsLeft, leftShift) | \
FbStipRight(bitsRight, rightShift)); \
bitsLeft = bitsRight; \
} else \
bits = *src++; \
}

(gdb) p src
$1 = (FbStip *) 0x1651000
(gdb) p *src
Error accessing memory address 0x1651000: Invalid argument.

-- 
Nicolas Joly

Biological Software and Databanks.
Institut Pasteur, Paris.
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: XFree 4.4.0 server crash on amd64 while running xsuite

2004-06-24 Thread Mark Vojkovich
   It might be that there is some mismatch in types on amd64.
Eg. FB_SHIFT vs FbBits.  It's hard to follow what's going on
in fb.h.

Mark.

On Thu, 24 Jun 2004, Nicolas Joly wrote:

> On Thu, Jun 24, 2004 at 07:56:53AM -0400, David Dawes wrote:
> > On Fri, Jun 18, 2004 at 02:55:17PM +0200, Nicolas Joly wrote:
> > >Hi,
> > >
> > >I just got a XFree 4.4.0 server crash, on my amd64 workstation while
> > >running XFree xsuite.
> >
> > Try running the XFree86 server from within gdb and see what the stack trace
> > reports when it crashes.
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x006e939b in fbBltOne ()
> (gdb) bt
> #0  0x006e939b in fbBltOne ()
> #1  0x006f1d65 in fbPutXYImage ()
> #2  0x006f1985 in fbPutImage ()
> #3  0x0059790c in XAAPutImagePixmap ()
> #4  0x006ad91c in ProcPutImage ()
> #5  0x006aa40a in Dispatch ()
> #6  0x006bbc2a in main ()
> #7  0x00405568 in ___start ()
>
> --
> Nicolas Joly
>
> Biological Software and Databanks.
> Institut Pasteur, Paris.
> ___
> Devel mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/devel
>
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: XFree 4.4.0 server crash on amd64 while running xsuite

2004-06-24 Thread Nicolas Joly
On Thu, Jun 24, 2004 at 07:56:53AM -0400, David Dawes wrote:
> On Fri, Jun 18, 2004 at 02:55:17PM +0200, Nicolas Joly wrote:
> >Hi,
> >
> >I just got a XFree 4.4.0 server crash, on my amd64 workstation while
> >running XFree xsuite.
> 
> Try running the XFree86 server from within gdb and see what the stack trace
> reports when it crashes.

Program received signal SIGSEGV, Segmentation fault.
0x006e939b in fbBltOne ()
(gdb) bt
#0  0x006e939b in fbBltOne ()
#1  0x006f1d65 in fbPutXYImage ()
#2  0x006f1985 in fbPutImage ()
#3  0x0059790c in XAAPutImagePixmap ()
#4  0x006ad91c in ProcPutImage ()
#5  0x006aa40a in Dispatch ()
#6  0x006bbc2a in main ()
#7  0x00405568 in ___start ()

-- 
Nicolas Joly

Biological Software and Databanks.
Institut Pasteur, Paris.
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: XFree 4.4.0 server crash on amd64 while running xsuite

2004-06-24 Thread David Dawes
On Fri, Jun 18, 2004 at 02:55:17PM +0200, Nicolas Joly wrote:
>Hi,
>
>I just got a XFree 4.4.0 server crash, on my amd64 workstation while
>running XFree xsuite.

Try running the XFree86 server from within gdb and see what the stack trace
reports when it crashes.

David
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel